Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
APIKey string `json:"api_key"`
Org string `json:"org_id"`
Model string `json:"model"`
GHToken string `json:"gh_token"`
Signature string `json:"signature"`
UserColor string `json:"user_color"`
OttoColor string `json:"otto_color"`
}
Config represents the configuration file
Click to show internal directories.
Click to hide internal directories.