package
0.0.0-20220627082320-d537c09ccb0e
Repository: https://github.com/bartam1/go-cruise-control.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ParseStructTag returns a pointer to a StructTag object holding the information resulted from parsing the s string as a struct tag.
ParseStructTagFlag returns a pointer to a StructTagFlag object holding the information resulted from parsing the s string as a struct tag flag.

# Constants

StructTagDelimiter used to separate items in struct tags.
StructTagFlagOmitEmpty used to determine whether the field can be omitted if it's Value is empty or not.
No description provided by the author
StructTagSeparator used for defining key/value flags in struct tags.

# Structs

StructTag stores information about the struct tags which includes the name of the Key and optional flags like `omitempty`.
StructTagFlag holds information about flags defined for a struct tag in a Key/Value format.

# Interfaces

No description provided by the author