Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NodeJoin is published by s1 server when a new node joined the s1 network // and can be subscribed by any service who's interested in it. NodeJoin = "/s1-server/node/join" // NodeLeave is published by s1 server when a node left the s1 network // and can be subscribed by any service who's interested in it. NodeLeave = "/s1-server/node/leave" )
public bus topics
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dictionary ¶
type Dictionary struct {
// contains filtered or unexported fields
}
Dictionary provides key-value based mappings, and support i18n.
Click to show internal directories.
Click to hide internal directories.