Documentation ¶
Index ¶
- func ContainsElement(list []string, s string) bool
- func GetTypeName(myvar interface{}) string
- func MapTests(vs []string, f func(string) humioapi.ParserTestCase) []humioapi.ParserTestCase
- func RemoveElement(list []string, s string) []string
- func ToTestCase(line string) humioapi.ParserTestCase
- type Cluster
- type ClusterInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsElement ¶ added in v0.0.2
func GetTypeName ¶
func GetTypeName(myvar interface{}) string
func MapTests ¶ added in v0.0.2
func MapTests(vs []string, f func(string) humioapi.ParserTestCase) []humioapi.ParserTestCase
TODO: refactor, this is copied from the humio/cli/api/parsers.go
func RemoveElement ¶ added in v0.0.2
func ToTestCase ¶ added in v0.0.2
func ToTestCase(line string) humioapi.ParserTestCase
TODO: refactor, this is copied from the humio/cli/api/parsers.go
Types ¶
type ClusterInterface ¶ added in v0.0.2
func NewCluster ¶ added in v0.0.2
func NewCluster(managedClusterName, externalClusterName, namespace string) (ClusterInterface, error)
Click to show internal directories.
Click to hide internal directories.