Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GoRealService ¶
type GoRealService interface { SubscribeTopic(*websocket.Conn) PublishToTopic(*api.PublishToTopicRequest) *api.PublishToTopicResponse }
GoRealService provides the interfaces for the GoReal service
var ( // GR is instance for the GoReal service interface GR GoRealService // Discontinue receiving messages Discontinue = false )
Click to show internal directories.
Click to hide internal directories.