Documentation ¶
Index ¶
Constants ¶
View Source
const ( SectionGPPByte byte = 'D' MaxHeaderLength = 3 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GenericSection ¶
type GenericSection struct {
// contains filtered or unexported fields
}
func (GenericSection) Encode ¶ added in v0.2.0
func (gs GenericSection) Encode(bool) []byte
func (GenericSection) GetID ¶
func (gs GenericSection) GetID() constants.SectionID
func (GenericSection) GetValue ¶
func (gs GenericSection) GetValue() string
type GppContainer ¶
func Parse ¶
func Parse(v string) (GppContainer, []error)
Click to show internal directories.
Click to hide internal directories.