Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CliArgs ¶
type CliArgs struct { Addr string // ism gRPC address Insecure bool // connect to gRPC server without TLS LogConfig string // log config file LogLevel string // sets the log level (zap log level values) LogFormat string // text vs json LogFile string // log file to write to Token string // token for authentication Event string // take event argument Components []string // takes components for analysis selector DoNotPersist bool // do not persist the recorded data (used for debugging) TLSSkipVerify bool // skip TLS verification TLSCert string // path to TLS certificate TLSKey string // path to TLS key TLSCa string // path to TLS CA }
func DefaultCliArgs ¶
func DefaultCliArgs() *CliArgs
func NewCliArgs ¶
func NewCliArgs() *CliArgs
Click to show internal directories.
Click to hide internal directories.