config

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2025 License: MIT Imports: 1 Imported by: 0

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

func (*CliArgs) Dump

func (c *CliArgs) Dump()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL