Documentation
¶
Index ¶
Constants ¶
View Source
const ( StartupOrder = iota - 1000 StartupOrderLogger StartupOrderBanner StartupOrderDebug )
定义初始化顺序,数值越小越靠前
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UUIDGenService ¶ added in v1.0.2
type UUIDGenService struct {
// contains filtered or unexported fields
}
UUIDGenService 是UUID生成服务
func (*UUIDGenService) Generate ¶ added in v1.0.2
func (inst *UUIDGenService) Generate(params ...string) lang.UUID
Generate ...
func (*UUIDGenService) GenerateWithMap ¶ added in v1.0.2
func (inst *UUIDGenService) GenerateWithMap(params map[string]string) lang.UUID
GenerateWithMap ...
func (*UUIDGenService) Life ¶ added in v1.0.2
func (inst *UUIDGenService) Life() *application.Life
Life ...
Click to show internal directories.
Click to hide internal directories.