Versions in this module Expand all Collapse all v1 v1.0.0 Feb 15, 2022 Changes in this version + type BaseSection struct + Content []string + Kind Skind + Name string + func (bs *BaseSection) Display() + type Section interface + Display func() + func NewBaseSection(bs *BaseSection) Section + func NewTypeInfoSection(bs *BaseSection) Section + type Sections struct + Map map[string]Section + NameOrder []string + func NewSections(r io.Reader) (*Sections, error) + func (ss *Sections) Display(name string) + func (ss *Sections) DisplayAll() + func (ss *Sections) DisplayNames() + type Skind int + const Base + const TypeInfo + type TypeInfoSection struct + func (ts *TypeInfoSection) Display()