# Functions
FromBool creates an BoolOrString object with a bool value.
FromString creates an BoolOrString object with a string value.
Parse the given 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.