clientconfig

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2026 License: MIT Imports: 6 Imported by: 0

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)

type Flags

type Flags struct {
	ConfigPath string
	URL        string
	Token      string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL