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) (*slackpkg.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
}
Click to show internal directories.
Click to hide internal directories.