pkg

package
v0.0.0-...-614ca16 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GraylogConfig

type GraylogConfig struct {
	Username  string
	Password  string
	ApiOrigin string `yaml:"apiOrigin" json:"apiOrigin"`
	Inputs    []GraylogInput
	DryRun    bool `yaml:"dryRun" json:"dryRun"`
	// contains filtered or unexported fields
}

func (*GraylogConfig) Apply

func (g *GraylogConfig) Apply() error

type GraylogInput

type GraylogInput struct {
	Title         string                 `json:"title"`
	Type          string                 `json:"type"`
	Global        bool                   `json:"global"`
	Configuration map[string]interface{} `json:"configuration"`
	Node          string                 `json:"node"`
}

Directories

Path Synopsis
Semantic Versions http://org
Semantic Versions http://org
wf
statecraft
Statecraft is a state machine engine for Go.
Statecraft is a state machine engine for Go.

Jump to

Keyboard shortcuts

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