Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EVTXAdapter ¶
type EVTXAdapter struct {
// contains filtered or unexported fields
}
func NewEVTXAdapter ¶
func NewEVTXAdapter(conf EVTXConfig) (*EVTXAdapter, chan struct{}, error)
func (*EVTXAdapter) Close ¶
func (a *EVTXAdapter) Close() error
type EVTXConfig ¶
type EVTXConfig struct { ClientOptions uspclient.ClientOptions `json:"client_options" yaml:"client_options"` WriteTimeoutSec uint64 `json:"write_timeout_sec,omitempty" yaml:"write_timeout_sec,omitempty"` FilePath string `json:"file_path" yaml:"file_path"` }
func (*EVTXConfig) Validate ¶
func (c *EVTXConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.