Documentation
¶
Index ¶
- type Core
- func (c *Core) GetAllMatchTopics(ctx context.Context, req *request.GetAllMatchTopicsRequest) *request.GetAllMatchTopicsResponse
- func (c *Core) GetMatchTopicForWildcardTopic(ctx context.Context, req *request.GetAllMatchTopicsForWildTopicRequest) *request.GetAllMatchTopicsForWildTopicResponse
- func (c *Core) HandleSubRequest(req *proto.SubRequest) *request.PostSubTopicResponse
- func (c *Core) HandleUnSubRequest(req *proto.UnSubRequest) *request.DeleteSubTopicResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Core ¶
type Core struct {
// contains filtered or unexported fields
}
func (*Core) GetAllMatchTopics ¶
func (c *Core) GetAllMatchTopics(ctx context.Context, req *request.GetAllMatchTopicsRequest) *request.GetAllMatchTopicsResponse
func (*Core) GetMatchTopicForWildcardTopic ¶
func (c *Core) GetMatchTopicForWildcardTopic(ctx context.Context, req *request.GetAllMatchTopicsForWildTopicRequest) *request.GetAllMatchTopicsForWildTopicResponse
func (*Core) HandleSubRequest ¶
func (c *Core) HandleSubRequest(req *proto.SubRequest) *request.PostSubTopicResponse
func (*Core) HandleUnSubRequest ¶
func (c *Core) HandleUnSubRequest(req *proto.UnSubRequest) *request.DeleteSubTopicResponse
Click to show internal directories.
Click to hide internal directories.