package
Version:
v0.0.0-...-5483c66
Opens a new window with list of versions in this module.
Published: Feb 19, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Channel struct {
Private bool `json:"private"`
Archive bool `json:"archive"`
TeamID string `json:"team_id"`
ChannelID string `json:"channel_id"`
DisplayName string `json:"display_name"`
Name string `json:"name"`
Purpose string `json:"purpose"`
}
type Config struct {
Channels []Channel `json:"channels"`
}
type Parser struct {
Config Config
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.