package
Version:
v0.0.0-...-d9a425f
Opens a new window with list of versions in this module.
Published: Oct 3, 2022
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Feishu struct {
WebhookUrl string `mapstructure:"webhook_url"`
AppId string `mapstructure:"app_id"`
AppSecret string `mapstructure:"app_secret"`
StaffFile string `mapstructure:"staff_file"`
}
type LinApiKey struct {
Workspace string `mapstructure:"workspace"`
ApiKey string `mapstructure:"api_key"`
}
type Linear struct {
ApiAddr string `mapstructure:"api_addr"`
ApiKeys []LinApiKey `mapstructure:"api_keys"`
}
type Server struct {
ListenAddr string `mapstructure:"listen_addr"`
Https Tls `mapstructure:"https"`
}
type Tls struct {
CertFile string `mapstructure:"certificate"`
KeyFile string `mapstructure:"private_key"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.