package
Version:
v0.0.1-dev-5e16f90
Opens a new window with list of versions in this module.
Published: Apr 11, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ChannelCollection = "slackChannels"
)
type Channel struct {
Name string `json:"name" bson:"name"`
URL string `json:"url" bson:"url"`
Description string `json:"description" bson:"description"`
}
type Options struct {
Channels []Channel `json:"channels" bson:"channels"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.