Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(app *application.Application) *implContainer
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func NewComponent ¶
type Container ¶
type Container interface {
App() *application.Application
ComponentValue(name string) (any, error)
}
Click to show internal directories.
Click to hide internal directories.