Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppFactory ¶
type AppFactory interface {
Register(newApp func(AppFactory) any) AppFactory
Get(typ reflect.Type) any
}
func NewAppFactory ¶ added in v0.1.39
func NewAppFactory() AppFactory
Click to show internal directories.
Click to hide internal directories.