MCPcopy Create free account

hub / github.com/ThreeKing2018/goutil / types & classes

Types & classes56 in github.com/ThreeKing2018/goutil

↓ 5 callersFuncTypeFuncJob
A wrapper that turns a func() into a cron.Job
cronjobs/cron/cron.go:97
↓ 1 callersTypeAliasUnsupportedConfigError
表示遇到不受支持配置格式
config/error.go:6
↓ 1 callersTypeAliasbyTime
byTime is a wrapper for sorting the entry array by time (with zero time at the end).
cronjobs/cron/cron.go:60
↓ 1 callersTypeAliasconfigReadError
config/error.go:18
StructCheck
check/check.go:10
StructClient
Client is a wrapper around the etcd client
config/backend/etcdv3/aaa.go:100
StructConfig
config/backend/config.go:3
StructConstantDelaySchedule
ConstantDelaySchedule represents a simple recurring duty cycle, e.g. "Every 5 minutes". It does not support jobs more frequent than once a second.
cronjobs/cron/constantdelay.go:7
StructCron
Cron keeps track of any number of entries, invoking the associated func as specified by the schedule. It may be started, stopped, and the entries may
cronjobs/cron/cron.go:18
InterfaceCroner
cronjobs/cron.go:9
StructDummyJob
cronjobs/cron/cron_test.go:27
StructEntry
Entry consists of a schedule and the func to execute on that schedule.
cronjobs/cron/cron.go:42
InterfaceGetaddr
udp没有连接的概念所以这个地址随便写一个就行了
goaddr/getaddr.go:14
InterfaceGetvalue
config/get_viper.go:10
StructGoTime
time/gotime.go:9
InterfaceILog
使用string是为了减少使用Spintf
golog/ilog.go:8
InterfaceJob
Job is an interface for submitted cron jobs.
cronjobs/cron/cron.go:30
StructJob
cronjobs/job.go:9
TypeAliasLevel
日志级别
golog/conf/default.go:4
StructLog
golog/plugins/zaplog/zaplog.go:12
TypeAliasNotFoundConfigError
config/error.go:12
InterfaceOperater
config/operating.go:12
FuncTypeOption
func(*Options)
golog/conf/option.go:3
StructOptions
golog/conf/option.go:5
StructPaginator
paginator/paginator.go:12
TypeAliasParseOption
Configuration options for creating a parser. Most options specify which fields should be included, while others enable features. If a field is not inc
cronjobs/cron/parser.go:15
StructParser
A custom Parser that can be configured.
cronjobs/cron/parser.go:47
FuncTypeRemoveCheckFunc
比原生增加了一个删除job的方式 参考https://github.com/george518/PPGo_Job 删除job的检查函数,返回true则删除
cronjobs/cron/cron.go:13
StructResponse
为了解决循环导入的问题,才单独建立一个包
config/backend/resp/resp.go:5
InterfaceSchedule
The Schedule describes a job's duty cycle.
cronjobs/cron/cron.go:35
StructServerSSH
cronjobs/task.go:35
StructSpecSchedule
SpecSchedule specifies a duty cycle (to the second granularity), based on a traditional crontab specification. It is computed initially and stored as
cronjobs/cron/spec.go:7
InterfaceStoreClient
type KVPair struct { key string value []byte } type KVPairs []*KVPair Response represents a response from a backend store. A Store is a K/V store
config/backend/backend.go:23
StructTask
cronjobs/task.go:19
StructTaskLog
cronjobs/tasklog.go:17
StructTaskLogMana
cronjobs/tasklog.go:26
StructValidateBankCard
three_service/bank.go:12
InterfaceViperable
config/viper.go:17
StructWatch
A watch only tells the latest revision
config/backend/etcdv3/aaa.go:18
StructZeroSchedule
cronjobs/cron/cron_test.go:380
TypeAliasbackend
golog/init.go:11
Structbounds
bounds provides a range of acceptable values (plus a map of name to value).
cronjobs/cron/spec.go:12
Structclient
config/backend/etcd/etcd.go:13
Structclient
config/backend/file/file.go:8
Structclient
config/backend/etcdv3/etcdv3.go:12
Structconf
config/ini/ini.go:5
Structconf
config/gotoml/gotoml.go:12
Structconf
* SetConfigFile(cnofigfile string) //设置配置文件 ReadConfig(in io.Reader, c map[string]interface{}) error //读取配置文件 WriteConfig(v interface{}) error
config/json/json.go:17
StructconfigParseError
ConfigParseError denotes failing to parse configuration file.
config/error.go:25
Structcronjob
cronjobs/cron.go:17
StructetcdResolver
register/resolver.go:18
Structgetaddr
goaddr/getaddr.go:17
Structtest
good/yilaizhurou.go:27
StructtestJob
cronjobs/cron/cron_test.go:273
TypeAliasunsupportedRemoteProviderError
UnsupportedRemoteProviderError denotes encountering an unsupported remote provider. Currently only etcd and Consul are supported.
config/error.go:36
Structviper
config/viper.go:36