config

package
v0.2.0-alpha.3 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2019 License: MPL-2.0 Imports: 4 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 {
	Context  string              `yaml:"context"`
	Contexts map[string]*Context `yaml:"contexts"`
}

Config represents the configuration file.

func FromString

func FromString(p string) (c *Config, err error)

FromString returns a config from a string.

func Open

func Open(p string) (c *Config, err error)

Open reads the config and initilzes a Config struct.

func (*Config) Save

func (c *Config) Save(p string) (err error)

Save writes the config to disk.

type Context

type Context struct {
	Target string `yaml:"target"`
	CA     string `yaml:"ca"`
	Crt    string `yaml:"crt"`
	Key    string `yaml:"key"`
}

Context represents the set of credentials required to talk to a target.

Jump to

Keyboard shortcuts

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