Versions in this module Expand all Collapse all v0 v0.1.4 Sep 29, 2023 Changes in this version + const DefaultConfigPath — darwin/amd64, linux/amd64, windows/amd64 + const DefaultIface — darwin/amd64, linux/amd64, windows/amd64 + const DefaultLogFile — darwin/amd64, linux/amd64, windows/amd64 + const DefaultTokensVaultPath — linux/amd64, windows/amd64 + type Config struct + Address string + Cert string + Endpoints Endpoints + IFace string + Key string + LogFormat string + LogLevel string + Network string + User string + func Load() (*Config, error) + func New() *Config + func (t *Config) ContextByName(n string) Endpoint + type Endpoint struct + Endpoint string + Kubernetes portforwarder.KubernetesInfo + Name string + type Endpoints []Endpoint + func (e Endpoints) FindByName(name string) (Endpoint, bool)