Documentation ¶
Index ¶
- type Config
- type Service
- func (s *Service) AddMessageCreateHandler(handler usecase.MessageCreateHandler)
- func (s *Service) ExecuteWebhook(ctx context.Context, id, token string, params *discordgo.WebhookParams) error
- func (s *Service) FindChannel(ctx context.Context, id string) (*discordgo.Channel, error)
- func (s *Service) FindGuild(ctx context.Context, id string) (*discordgo.Guild, error)
- func (s *Service) FindGuildMember(ctx context.Context, guildID string, userID string) (*discordgo.Member, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) AddMessageCreateHandler ¶
func (s *Service) AddMessageCreateHandler(handler usecase.MessageCreateHandler)
func (*Service) ExecuteWebhook ¶
func (*Service) FindChannel ¶
Click to show internal directories.
Click to hide internal directories.