Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChildOptions ¶
ChildOptions hold additional options for starting child process. The command with args should be submitted after dash (--)
type DaemonOptions ¶
type DaemonOptions struct { GRPCAddr string TLS TLSOptions }
DaemonOptions holds options for starting daemon process.
type TLSOptions ¶
type TLSOptions struct { Client struct { CAFilePath string } Server struct { CertFilePath string KeyFilePath string } }
TLSOptions holds mTLS related settings.
Click to show internal directories.
Click to hide internal directories.