Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2022 Changes in this version + var All = []Alignment + var ErrInvalid = errors.New("invalid enumeration type") + func ErrorV(v string) error + func Is(s string) bool + type Alignment string + const Left + const Middle + const Right + func Parse(v string) (Alignment, error) + func (t *Alignment) UnmarshalJSON(data []byte) error + func (t *Alignment) UnmarshalYAML(unmarshal func(interface{}) error) error + func (t Alignment) MarshalJSON() ([]byte, error) + func (t Alignment) MarshalYAML() (interface{}, error) + func (t Alignment) String() string