gin_starter

package
v0.0.0-...-e0033ee Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2021 License: MIT Imports: 7 Imported by: 0

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

func (*GinFsAdapter) Open

func (inst *GinFsAdapter) Open(name string) (fs.File, error)

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

type GinWebController interface {
	Config(engine *gin.Engine) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL