slack

package
v0.4.0-alpha.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddUsersToChannelData

type AddUsersToChannelData struct {
	ChannelID string   `json:"channelId"`
	UserIDs   []string `json:"userIds"`
}

type AddUsersToChannelOutput

type AddUsersToChannelOutput struct{}

type CreateChannelData

type CreateChannelData struct {
	ChannelName string `json:"channelName"`
}

type CreateChannelOutput

type CreateChannelOutput struct {
	ChannelId string `json:"channelId"`
}

type SendMessageToChannelData

type SendMessageToChannelData struct {
	ChannelID string `json:"channelId"`
	Message   string `json:"message"`
}

type SlackIntegration

type SlackIntegration struct {
	// contains filtered or unexported fields
}

func NewSlackIntegration

func NewSlackIntegration(authToken string, teamId string, debug bool) *SlackIntegration

func (*SlackIntegration) ActionHandler

func (s *SlackIntegration) ActionHandler(action string) any

func (*SlackIntegration) Actions

func (s *SlackIntegration) Actions() []string

func (*SlackIntegration) GetId

func (s *SlackIntegration) GetId() string

func (*SlackIntegration) GetWebhooks

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL