Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigData ¶
type ConfigData struct {
Openai struct {
Username string `json:"username" yaml:"username"`
Password string `json:"password" yaml:"password"`
} `json:"openai" yaml:"openai"`
AccessToken string `json:"access_token" yaml:"access_token"`
SecretKeyPrefix string `json:"secret_key_prefix" yaml:"secret_key_prefix"`
}
Click to show internal directories.
Click to hide internal directories.