MCPcopy Create free account

hub / github.com/ShiningRush/fastflow / functions

Functions525 in github.com/ShiningRush/fastflow

MethodContinueTask
(taskInsIds []string, ops ...CommandOptSetter)
pkg/mod/mod_define.go:27
MethodCreateDag
CreateDag provides a mock function with given fields: dag
pkg/mod/mod_define_mock.go:206
MethodCreateDagIns
CreateDagIns provides a mock function with given fields: dagIns
pkg/mod/mod_define_mock.go:220
MethodCreateTaskIns
CreateTaskIns
store/mongo/mongo.go:122
FunctionDebug
Debug
pkg/log/logger.go:87
MethodDebug
Debug
pkg/log/logger.go:21
MethodDebug
Debug provides a mock function with given fields: msg, fields
pkg/log/logger_mock.go:11
FunctionDebugf
Debugf
pkg/log/logger.go:92
MethodDebugf
Debugf
pkg/log/logger.go:26
MethodDebugf
Debugf provides a mock function with given fields: msg, args
pkg/log/logger_mock.go:19
MethodDescribe
Describe
pkg/exporter/collector.go:104
MethodDescribe
Describe
pkg/exporter/collector.go:171
MethodEntryTaskIns
EntryTaskIns
pkg/mod/parser.go:311
MethodEntryTaskIns
EntryTaskIns provides a mock function with given fields: taskIns
pkg/mod/mod_define_mock.go:24
MethodError
Error
pkg/utils/data/error.go:33
MethodError
Error
pkg/log/logger.go:51
MethodError
Error provides a mock function with given fields: msg, fields
pkg/log/logger_mock.go:27
MethodErrorf
Errorf
pkg/log/logger.go:56
MethodErrorf
Errorf provides a mock function with given fields: msg, args
pkg/log/logger_mock.go:35
FunctionFatal
Fatal
pkg/log/logger.go:127
MethodFatal
Fatal
pkg/log/logger.go:61
MethodFatal
Fatal provides a mock function with given fields: msg, fields
pkg/log/logger_mock.go:43
MethodFatalf
Fatalf
pkg/log/logger.go:67
MethodFatalf
Fatalf provides a mock function with given fields: msg, args
pkg/log/logger_mock.go:51
MethodGet
Get value from share data, it is thread-safe.
pkg/entity/dag.go:140
FunctionGetAction
GetAction
fastflow.go:37
MethodGetBaseInfo
GetBaseInfo provides a mock function with given fields:
pkg/entity/common_mock.go:15
MethodGetBaseInfo
GetBaseInfo getter
pkg/entity/common.go:18
MethodGetDag
GetDag
store/mongo/mongo.go:325
MethodGetDag
GetDag provides a mock function with given fields: dagId
pkg/mod/mod_define_mock.go:234
MethodGetDagInstance
GetDagInstance
store/mongo/mongo.go:335
MethodGetDagInstance
GetDagInstance provides a mock function with given fields: dagInsId
pkg/mod/mod_define_mock.go:257
MethodGetDepend
GetDepend provides a mock function with given fields:
pkg/mod/mod_define_mock.go:441
MethodGetDepend
GetDepend
pkg/entity/task.go:35
MethodGetDepend
GetDepend
pkg/entity/task.go:190
MethodGetGraphID
GetGraphID provides a mock function with given fields:
pkg/mod/mod_define_mock.go:446
MethodGetGraphID
GetGraphID
pkg/entity/task.go:25
MethodGetGraphID
GetGraphID
pkg/entity/task.go:180
MethodGetID
GetID provides a mock function with given fields:
pkg/mod/mod_define_mock.go:451
MethodGetID
GetID
pkg/entity/task.go:30
MethodGetID
GetID
pkg/entity/task.go:185
MethodGetStatus
GetStatus provides a mock function with given fields:
pkg/mod/mod_define_mock.go:456
MethodGetStatus
GetStatus
pkg/entity/task.go:40
MethodGetStatus
GetStatus
pkg/entity/task.go:195
MethodGetTaskIns
GetTaskIns
store/mongo/mongo.go:315
MethodGetTaskIns
(taskIns string)
pkg/mod/mod_define.go:119
MethodGetTaskIns
GetTaskIns provides a mock function with given fields: taskIns
pkg/mod/mod_define_mock.go:280
MethodGetVar
GetVar provides a mock function with given fields: varName
pkg/entity/run/run_mock.go:35
MethodGetVar
(varName string)
pkg/entity/run/run.go:45
MethodGetVar
GetVar used to get key from ShareData
pkg/entity/run/run.go:119
MethodHandle
Handle is goevent's handler
pkg/exporter/collector.go:77
MethodHandle
Handle is goevent's handler
pkg/exporter/collector.go:161
MethodInfo
Info
pkg/log/logger.go:31
MethodInfo
Info provides a mock function with given fields: msg, fields
pkg/log/logger_mock.go:59
MethodInfof
Infof
pkg/log/logger.go:36
MethodInfof
Infof provides a mock function with given fields: msg, args
pkg/log/logger_mock.go:67
MethodInitialDagIns
InitialDagIns provides a mock function with given fields: dagIns
pkg/mod/mod_define_mock.go:29
MethodIsAlive
IsAlive check if a worker still alive
keeper/mongo/mongo.go:213
MethodIsAlive
(workerKey string)
pkg/mod/mod_define_mock.go:85
MethodIsLeader
IsLeader indicate the component if is leader node
keeper/mongo/mongo.go:182
MethodIsLeader
IsLeader provides a mock function with given fields:
pkg/mod/mod_define_mock.go:96
MethodIsMeet
IsMeet return if check is meet
pkg/entity/task.go:106
MethodIterateVars
IterateVars provides a mock function with given fields: iterateFunc
pkg/entity/run/run_mock.go:56
MethodIterateVars
(iterateFunc utils.KeyValueIterateFunc)
pkg/entity/run/run.go:46
MethodIterateVars
IterateVars used to iterate ShareData
pkg/entity/run/run.go:124
MethodLen
Len
pkg/utils/data/error.go:23
MethodListDagInstance
ListDagInstance provides a mock function with given fields: input
pkg/mod/mod_define_mock.go:303
MethodListTaskInstance
ListTaskInstance provides a mock function with given fields: input
pkg/mod/mod_define_mock.go:326
MethodLock
(ctx context.Context, ops ...mod.LockOptionOp)
keeper/mongo/mutex.go:28
MethodMarshal
Marshal
store/mongo/mongo.go:497
MethodMarshal
(obj interface{})
pkg/mod/mod_define_mock.go:425
MethodMarshalBSON
MarshalBSON used by mongo
pkg/entity/dag.go:114
MethodMarshalJSON
MarshalJSON used by json
pkg/entity/dag.go:127
MethodName
Name
pkg/actions/wait.go:27
MethodName
Name provides a mock function with given fields:
pkg/entity/run/action_mock.go:13
MethodName
Name define the unique action identity, it will be used by Task
examples/simple/main.go:19
MethodName
Name define the unique action identity, it will be used by Task
examples/programming/main.go:22
MethodName
Name define the unique action identity, it will be used by Task
examples/kube-statefulset/main.go:20
FunctionNewDag
NewDag new a dag
pkg/entity/dag.go:15
MethodNewMutex
NewMutex(key string) create a new distributed mutex
keeper/mongo/mongo.go:245
MethodNewMutex
NewMutex provides a mock function with given fields: key
pkg/mod/mod_define_mock.go:138
FunctionNewTestParam
()
pkg/mod/executor_test.go:21
FunctionNewTestParamInt
()
pkg/mod/executor_test.go:29
MethodNextID
()
keeper/keeper_test.go:14
MethodNextID
()
store/store_test.go:11
MethodParameterNew
ParameterNew
pkg/actions/wait.go:32
MethodParameterNew
ParameterNew provides a mock function with given fields:
pkg/entity/run/action_mock.go:69
MethodParameterNew
()
examples/mongo/main.go:55
FunctionPareSelectors
(selector string)
pkg/utils/data/selector.go:22
MethodPatchDagIns
PatchDagIns
store/mongo/mongo.go:187
MethodPatchDagIns
PatchDagIns provides a mock function with given fields: dagIns, mustsPatchFields
pkg/mod/mod_define_mock.go:363
MethodPatchTaskIns
PatchTaskIns
store/mongo/mongo.go:158
MethodPatchTaskIns
PatchTaskIns provides a mock function with given fields: taskIns
pkg/mod/mod_define_mock.go:349
MethodPush
Push provides a mock function with given fields: dagIns, taskIns
pkg/mod/mod_define_mock.go:53
MethodReadDag
ReadDag
pkg/utils/file.go:45
MethodReadDag
ReadDag provides a mock function with given fields: path
pkg/utils/file_mock.go:13
MethodReadPathsFromDir
ReadPathsFromDir provides a mock function with given fields: dir
pkg/utils/file_mock.go:36
MethodRetryBefore
RetryBefore provides a mock function with given fields: ctx, params
pkg/entity/run/action_mock.go:85
MethodRetryDagIns
(dagInsId string, ops ...CommandOptSetter)
pkg/mod/mod_define.go:23
MethodRetryTask
(taskInsIds []string, ops ...CommandOptSetter)
pkg/mod/mod_define.go:24
← previousnext →301–400 of 525, ranked by callers