Versions in this module Expand all Collapse all v1 v1.0.1 Jun 9, 2021 v1.0.0 Jun 9, 2021 Changes in this version + func Errorf(format string, a ...interface{}) error + type Error struct + func (e Error) Error() string + func (e Error) Unwrap() error + type State string + const Enabled + const Suspended + type Versioning struct + Status State + XMLNS string + XMLName xml.Name + func ParseConfig(reader io.Reader) (*Versioning, error) + func (v Versioning) Enabled() bool + func (v Versioning) Suspended() bool + func (v Versioning) Validate() error