package
0.117.0
Repository: https://github.com/replicatedhq/troubleshoot.git
Documentation: pkg.go.dev

# Functions

FromBool creates an BoolOrString object with a bool value.
FromString creates an BoolOrString object with a string value.
Parse the given string.

# Constants

The BoolOrString holds an bool.
The BoolOrString holds a string.

# Structs

BoolOrString is a type that can hold an bool or a string.

# Type aliases

Type represents the stored type of BoolOrString.
QuotedBool is a string type that can also unmarshal raw yaml bools.