Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2023 Changes in this version + const MaxHeaderLength + const SectionGPPByte + type GenericSection struct + func (gs GenericSection) GetID() constants.SectionID + func (gs GenericSection) GetValue() string + type GppContainer struct + SectionTypes []constants.SectionID + Sections []Section + Version int + func Parse(v string) (GppContainer, []error) + type Section interface + GetID func() constants.SectionID + GetValue func() string