Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncFeature ¶
type AsyncFeature struct{}
func (*AsyncFeature) Async ¶
func (*AsyncFeature) Async() bool
type Renderable ¶
type Renderable interface {
Render() string
}
type Stringable ¶
type Stringable interface {
String() string
}
Click to show internal directories.
Click to hide internal directories.