Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Integration ¶
type Integration interface { GetName() string GetItems() []Item GetDetail(Item) ItemDetail }
type ItemDetail ¶
type ItemDetail struct { Title string Parts []Renderable }
type Renderable ¶
type Renderable interface {
GetText() string
}
Click to show internal directories.
Click to hide internal directories.