Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DEMO_SERVICE_NAME = "demosrv"
View Source
var FOLLOW_SERVICE_NAME = "followsrv"
View Source
var POST_SERVICE_NAME = "postsrv"
Functions ¶
This section is empty.
Types ¶
type DemoService ¶
func NewDemoService ¶
func NewDemoService(ctx *node.ServiceContext) (*DemoService, error)
service constructor
func (*DemoService) Stop ¶
func (p *DemoService) Stop() error
type FollowService ¶
func NewFollowService ¶
func NewFollowService(ctx *node.ServiceContext) (*FollowService, error)
service constructor
func (*FollowService) Stop ¶
func (p *FollowService) Stop() error
type PostService ¶
func NewPostService ¶
func NewPostService(ctx *node.ServiceContext) (*PostService, error)
service constructor
func (*PostService) Stop ¶
func (p *PostService) Stop() error
Click to show internal directories.
Click to hide internal directories.