fix tipo
This commit is contained in:
@@ -4,7 +4,7 @@ import "slices"
|
||||
|
||||
// topic model
|
||||
type Topic struct {
|
||||
Publish []string `json:"Publish,omitempty"`
|
||||
Publish []string `json:"publish,omitempty"`
|
||||
Subscribe []string `json:"subscribe,omitempty"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user