Documentation ¶
Overview ¶
====================================================
# Copyright (C)2019 All rights reserved. # # Author : domchan # Email : 814172254@qq.com # File Name : interface.go # Created : 2019/1/23 16:54 # Last Modified : 2019/1/23 16:54 # Describe : # # ====================================================
====================================================
# Copyright (C)2019 All rights reserved. # # Author : domchan # Email : 814172254@qq.com # File Name : init.go # Created : 2019/1/24 11:09 # Last Modified : 2019/1/24 11:09 # Describe : # # ====================================================
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCornExist 已存在定时任务 ErrCornExist = errors.New("corn: corn is existed") )
Functions ¶
func MustRegisterCorn ¶
MustRegisterCorn 将定时任务注册到任务列表,如果重复注入直接panic
Types ¶
Click to show internal directories.
Click to hide internal directories.