Documentation ¶
Overview ¶
Package core The core package contains some core interfaces and common methods
Responsibility 1. Initialize 2. core interfaces 3. Created by guoxin in 2020/4/10 11:25 上午
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Initialize ¶
type Initialize interface { // Initialize // 初始化配置 // 没有泛型使用interface{}替代 Initialize(params ...interface{}) interface{} }
type InitializeLock ¶
InitializeLock Make sure you only initialize it once
func NewInitLock ¶
func NewInitLock() InitializeLock
func (*InitializeLock) IsInit ¶
func (l *InitializeLock) IsInit() bool
type Properties ¶
type Properties interface {
// contains filtered or unexported methods
}
Properties Properties.load() -> Properties.prefix() -> Initialize.Initialize()
Directories ¶
Path | Synopsis |
---|---|
Package tools Created by guoxin in 2020/1/10 2:15 下午 Package tools Created by guoxin in 2020/1/10 11:16 上午 Package tools Created by guoxin in 2020/11/1 12:08 上午
|
Package tools Created by guoxin in 2020/1/10 2:15 下午 Package tools Created by guoxin in 2020/1/10 11:16 上午 Package tools Created by guoxin in 2020/11/1 12:08 上午 |
Click to show internal directories.
Click to hide internal directories.