Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseService ¶
type BaseService struct {
// contains filtered or unexported fields
}
BaseService 基础服务结构
type ChannelService ¶
type ChannelService struct {
*BaseService
}
func (*ChannelService) View ¶
func (c *ChannelService) View(ctx context.Context, targetId string, needChildren bool) (*model.ViewChannelResp, error)
type MessageService ¶ added in v0.0.13
type MessageService struct {
*BaseService
}
func (*MessageService) Create ¶ added in v0.0.13
func (m *MessageService) Create(ctx context.Context, param model.CreateMessageRequest) (*model.CreateMessageResp, error)
Click to show internal directories.
Click to hide internal directories.