config

package
v0.1.0-alpha.8 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2018 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 Open

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

Open reads the config and initilzes a Config struct.

func (*Config) Save

func (c *Config) Save() (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