Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppName = "RFID App"
View Source
var Container = dig.New()
View Source
var Version = "latest"
Functions ¶
func GetContainer ¶
func InitConfig ¶
func InitConfig()
func InitLogger ¶
func RegisterComponent ¶ added in v0.4.5
func RegisterComponent(comp Component)
Types ¶
type Components ¶ added in v0.4.5
type Components struct {
Components []Component
}
func (*Components) InitAll ¶ added in v0.4.5
func (cs *Components) InitAll(r *gin.Engine)
type DefaultComponent ¶ added in v0.4.5
type DefaultComponent struct{}
func (*DefaultComponent) Priority ¶ added in v0.4.5
func (dc *DefaultComponent) Priority() int
Click to show internal directories.
Click to hide internal directories.