Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) ConfigModels ¶ added in v1.6.0
type ForceClose ¶
type ForceClose struct { C context.Context Close context.CancelFunc }
func NewForceClose ¶
func NewForceClose() *ForceClose
type Interfaces ¶
type Interfaces struct {
// contains filtered or unexported fields
}
func NewInterfaces ¶
func NewInterfaces() *Interfaces
func (*Interfaces) Add ¶
func (m *Interfaces) Add(a ...interface{}) *Interfaces
func (*Interfaces) Get ¶
func (m *Interfaces) Get() []interface{}
Click to show internal directories.
Click to hide internal directories.