Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CA ¶
type CA struct { Dir CADir TLS TLSOptions CRLFile string }
type ClientConfig ¶
type ClientConfig struct { App App Profile Profile TLS TLSOptions }
func NewClient ¶
func NewClient() *ClientConfig
func (*ClientConfig) Init ¶
func (c *ClientConfig) Init() error
func (*ClientConfig) SetName ¶
func (c *ClientConfig) SetName(name string) error
type DaemonConfig ¶
type DaemonConfig struct { App App CA CA API TLSOptions }
func NewDaemon ¶
func NewDaemon() *DaemonConfig
func (*DaemonConfig) Init ¶
func (c *DaemonConfig) Init() error
type EngineConfig ¶
type EngineConfig struct { CertsDir string TLS TLSOptions }
func NewEngine ¶
func NewEngine() *EngineConfig
func (*EngineConfig) Init ¶
func (c *EngineConfig) Init() error
type ServerConfig ¶
type ServerConfig struct {
AppDir string
}
func NewServer ¶
func NewServer() *ServerConfig
func (*ServerConfig) Init ¶
func (c *ServerConfig) Init() error
type TLSOptions ¶
Click to show internal directories.
Click to hide internal directories.