Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Write ¶
func Write(cfg ClientConfig, path string) error
Types ¶
type ClientConfig ¶
type ClientConfig struct {
URL string `json:"url"`
Token string `json:"token"`
LogLevel string `json:"log_level"`
// Timezone optionally pins the zone used to render timestamps in CLI
// output (an IANA name like "Europe/Athens", or "UTC"). When empty the
// CLI derives it from the user's profile, like the web UI.
Timezone string `json:"timezone,omitempty"`
}
func Load ¶
func Load(flags Flags) (ClientConfig, error)
Click to show internal directories.
Click to hide internal directories.