client

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	AuthEndpoint string `yaml:"authEndpoint,omitempty"`
	APIEndpoint  string `yaml:"apiEndpoint,omitempty"`
	AccessToken  string `yaml:"accessToken,omitempty"`
	RefreshToken string `yaml:"refreshToken,omitempty"`
	OrgName      string `yaml:"orgName,omitempty"`
}

func ReadConfig

func ReadConfig(path string) (*Config, error)

func (*Config) Save

func (c *Config) Save(configPath string) error

Jump to

Keyboard shortcuts

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