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