Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CellItem ¶
func NewCellItem ¶
type IntItem ¶
type IntItem struct { Val int // contains filtered or unexported fields }
func NewIntItem ¶
type ItemsGroup ¶
type ItemsGroup struct { Items Items // contains filtered or unexported fields }
func NewItemsGroup ¶
func NewItemsGroup(items ...Item) ItemsGroup
func (ItemsGroup) Delim ¶
func (i ItemsGroup) Delim(delim string) ItemsGroup
func (ItemsGroup) Display ¶
func (i ItemsGroup) Display() string
type MonthItem ¶
func NewMonthItem ¶
type TextItem ¶
type TextItem struct { Name string // contains filtered or unexported fields }
func NewTextItem ¶
Click to show internal directories.
Click to hide internal directories.