Documentation ¶ Index ¶ type ProxyRulesConfig type State type Store Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ProxyRulesConfig ¶ type ProxyRulesConfig struct { Egress []string `json:"egress"` Ingress []string `json:"ingress"` } type State ¶ type State struct { AuthToken *oauth2.Token `json:"auth-token,omitempty"` PublicKey string `json:"public-key"` PrivateKey string `json:"private-key"` ProxyRulesConfig ProxyRulesConfig `json:"proxy-rules-config"` Port int `json:"port"` } type Store ¶ type Store interface { fmt.Stringer io.Closer Load() error Store() error State() *State } Source Files ¶ View all Source files state.go Directories ¶ Show internal Expand all Path Synopsis fstore ipc kstore Click to show internal directories. Click to hide internal directories.