slack

package
v0.0.0-...-e64b967 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UsersTableSuffix           = "users"
	ContactsTableSuffix        = "users"
	ChannelMessagesTableSuffix = "channel_messages"
	ThreadMessagesTableSuffix  = "thread_messages"
)

Variables

This section is empty.

Functions

func MapContact

func MapContact(inputJson string) (string, error)

func MapInteractionEvent

func MapInteractionEvent(inputJson string) (string, error)

func MapUser

func MapUser(inputJson string) (string, error)

func NewSlackDataService

func NewSlackDataService(rawDataStoreDb *config.RawDataStoreDB, tenant string, log logger.Logger) source.SourceDataService

Types

type OutputContent

type OutputContent struct {
	Text   string `json:"text,omitempty"`
	Blocks []any  `json:"blocks,omitempty"`
}

Jump to

Keyboard shortcuts

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