clientconfig

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 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"`
}

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