Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseSection ¶
func (*BaseSection) Display ¶
func (bs *BaseSection) Display()
type Section ¶
type Section interface {
Display()
}
func NewBaseSection ¶
func NewBaseSection(bs *BaseSection) Section
func NewTypeInfoSection ¶
func NewTypeInfoSection(bs *BaseSection) Section
type Sections ¶
func (*Sections) DisplayAll ¶
func (ss *Sections) DisplayAll()
func (*Sections) DisplayNames ¶
func (ss *Sections) DisplayNames()
type TypeInfoSection ¶
type TypeInfoSection struct { *BaseSection *typeinfo.TypeInfo }
func (*TypeInfoSection) Display ¶
func (ts *TypeInfoSection) Display()
Click to show internal directories.
Click to hide internal directories.