Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTimeout = values.Errorf(0, "timeout") ErrServerBusy = values.Errorf(1, "server busy,try again later") )
Functions ¶
This section is empty.
Types ¶
type Await ¶
type Initialize ¶
type Initialize struct {
// contains filtered or unexported fields
}
Initialize 并发模式下初始化控制器
func NewInitialize ¶
func NewInitialize() *Initialize
func (*Initialize) Try ¶ added in v1.2.0
func (i *Initialize) Try(f func() error) (err error)
Click to show internal directories.
Click to hide internal directories.