Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Slacks ¶
type Slacks interface { CreateNewChannel(ctx context.Context, name string, isPrivate ...bool) (*slackentity.Response[slackentity.Channel], error) InviteUserToChannel(ctx context.Context, channelId string, users ...string) error ArchiveChannel(ctx context.Context, channelId string) error AddReminderToChannel(ctx context.Context, channelId, textReminder, time string) error PostMessageText(ctx context.Context, destId string, text string) error PostMessageBlocks(ctx context.Context, destId string, blocksString string) error }
Click to show internal directories.
Click to hide internal directories.