Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModeWebhook = "webhook" ModeWebsocket = "websocket" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Admin string
AppID string `koanf:"app_id"`
AppSecret string `koanf:"app_secret"`
VerificationToken string `koanf:"verification_token"`
Mode string
EncryptKey string `koanf:"encrypt_key"`
TLSEnabled bool `koanf:"tls_enabled"`
ProxyURL string `koanf:"proxy_url"`
ProxyInsecure bool `koanf:"proxy_insecure"`
}
Click to show internal directories.
Click to hide internal directories.