Documentation ¶
Index ¶
Constants ¶
View Source
const ( PrimaryOwnerRoleID = "primary_owner" OwnerRoleID = "owner" AdminRoleID = "admin" MultiChannelGuestRoleID = "multi_channel_guest" SingleChannelGuestRoleID = "single_channel_guest" InvitedMemberRoleID = "invited_member" BotRoleID = "bot" RoleAssignmentEntitlement = "assigned" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Slack ¶
type Slack struct {
// contains filtered or unexported fields
}
func (*Slack) ResourceSyncers ¶
func (s *Slack) ResourceSyncers(ctx context.Context) []connectorbuilder.ResourceSyncer
func (*Slack) Validate ¶
func (s *Slack) Validate(ctx context.Context) (annotations.Annotations, error)
Validate hits the Slack API to validate that the authenticated user has needed permissions.
Click to show internal directories.
Click to hide internal directories.