Documentation
¶
Index ¶
- type CommonTopic
- type ShareTopic
- type SubTopic
- func (t *SubTopic) DeleteSubTopic(ctx context.Context, req *request.DeleteSubTopicRequest) *request.DeleteSubTopicResponse
- func (t *SubTopic) GetAllMatchTopics(ctx context.Context, req *request.GetAllMatchTopicsRequest) *request.GetAllMatchTopicsResponse
- func (t *SubTopic) GetMatchTopicForWildcardTopic(ctx context.Context, req *request.GetAllMatchTopicsForWildTopicRequest) *request.GetAllMatchTopicsForWildTopicResponse
- func (t *SubTopic) PostSubTopic(ctx context.Context, req *request.PostSubTopicRequest) *request.PostSubTopicResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonTopic ¶
type CommonTopic struct {
// contains filtered or unexported fields
}
func NewCommonTopic ¶
func NewCommonTopic() *CommonTopic
type ShareTopic ¶
type ShareTopic struct {
// contains filtered or unexported fields
}
func NewShareTopic ¶
func NewShareTopic() *ShareTopic
type SubTopic ¶
type SubTopic struct {
// contains filtered or unexported fields
}
func NewSubTopic ¶
func NewSubTopic() *SubTopic
func (*SubTopic) DeleteSubTopic ¶
func (t *SubTopic) DeleteSubTopic(ctx context.Context, req *request.DeleteSubTopicRequest) *request.DeleteSubTopicResponse
func (*SubTopic) GetAllMatchTopics ¶
func (t *SubTopic) GetAllMatchTopics(ctx context.Context, req *request.GetAllMatchTopicsRequest) *request.GetAllMatchTopicsResponse
func (*SubTopic) GetMatchTopicForWildcardTopic ¶
func (t *SubTopic) GetMatchTopicForWildcardTopic(ctx context.Context, req *request.GetAllMatchTopicsForWildTopicRequest) *request.GetAllMatchTopicsForWildTopicResponse
func (*SubTopic) PostSubTopic ¶
func (t *SubTopic) PostSubTopic(ctx context.Context, req *request.PostSubTopicRequest) *request.PostSubTopicResponse
Click to show internal directories.
Click to hide internal directories.