Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Config ¶
func Config(cfg application.ConfigBuilder)
Types ¶
type GinFsAdapter ¶
type GinFsAdapter struct {
// contains filtered or unexported fields
}
func (*GinFsAdapter) GetFS ¶
func (inst *GinFsAdapter) GetFS() fs.FS
type GinServerContainer ¶
type GinServerContainer struct {
// contains filtered or unexported fields
}
func (*GinServerContainer) Destroy ¶
func (inst *GinServerContainer) Destroy() error
func (*GinServerContainer) Init ¶
func (inst *GinServerContainer) Init() error
func (*GinServerContainer) Inject ¶
func (inst *GinServerContainer) Inject(context application.RuntimeContext) error
func (*GinServerContainer) Run ¶
func (inst *GinServerContainer) Run() error
type GinWebController ¶
Click to show internal directories.
Click to hide internal directories.