type Context struct {
Privileged bool `json:"-"`
Meta *release.Info `json:"-"`
CmdLine *viper.Viper `json:"-"`
ServerAddress string *user.User `json:"User"`
*Network `json:"Network"`
}
Context ...
var (
// Caller ... Caller *Context ErrServerUnreachable = fmt.Errorf("Failed to connect to server\n" +
"Please check your connection settings and ensure that 'corectld' " +
"is running.\n")
)