Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelService ¶
type ChannelService interface {
View(context.Context, string, bool) (*model.ViewChannelResp, error)
}
func NewChannelService ¶
func NewChannelService(client http.Client) ChannelService
type MessageService ¶ added in v0.0.13
type MessageService interface {
Create(context.Context, model.CreateMessageRequest) (*model.CreateMessageResp, error)
}
func NewMessageService ¶ added in v0.0.13
func NewMessageService(client http.Client) MessageService
Click to show internal directories.
Click to hide internal directories.