Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoCollaborate/src
/ functions
Functions
406 in github.com/GoCollaborate/src
⨍
Functions
406
◇
Types & classes
79
↓ 1 callers
Method
HandleMessage
(in *message.CardMessage)
collaborator/case.go:121
↓ 1 callers
Method
HandleShared
Handle shared Job routes.
collaborator/collaborator.go:341
↓ 1 callers
Method
Id
()
artifacts/task/job.go:25
↓ 1 callers
Function
Init
()
cmd/cmd.go:85
↓ 1 callers
Method
LaunchAll
()
artifacts/master/master.go:108
↓ 1 callers
Function
LaunchServer
(addr string, wkb iworkable.Workable)
collaborator/server_stub.go:23
↓ 1 callers
Method
LocalDistribute
The function will process the tasks locally.
collaborator/collaborator.go:387
↓ 1 callers
Function
NewRPCServiceClient
(cc *grpc.ClientConn)
collaborator/services/rpc_services.pb.go:55
↓ 1 callers
Method
PushFront
(front *Stage)
artifacts/task/job.go:107
↓ 1 callers
Function
RegisterRPCServiceServer
(s *grpc.Server, srv RPCServiceServer)
collaborator/services/rpc_services.pb.go:84
↓ 1 callers
Method
Reset
()
artifacts/message/message.pb.go:36
↓ 1 callers
Method
ReturnByPos
(pos int)
collaborator/case.go:105
↓ 1 callers
Method
SetAlive
(alive bool)
artifacts/card/card.go:54
↓ 1 callers
Method
SetCards
(cards map[string]*card.Card)
artifacts/message/message.go:41
↓ 1 callers
Method
SetExecutor
(exe iexecutor.IExecutor, name string)
store/store.go:147
↓ 1 callers
Method
SetLimiter
(name string, r rate.Limit, b int)
store/store.go:205
↓ 1 callers
Method
SetMapper
(mp imapper.IMapper, name string)
store/store.go:133
↓ 1 callers
Method
SetReducer
(rd ireducer.IReducer, name string)
store/store.go:140
↓ 1 callers
Method
SharedDistribute
The function will process the tasks globally within the cluster network.
collaborator/collaborator.go:436
↓ 1 callers
Method
Stamp
()
collaborator/case.go:80
↓ 1 callers
Method
Stats
Return a map of routes - AbstractArray
artifacts/stats/stats.go:119
↓ 1 callers
Method
String
()
artifacts/message/message.pb.go:37
↓ 1 callers
Method
Terminate
(key string)
collaborator/case.go:98
↓ 1 callers
Function
UnmarshalConstraints
(original []interface{})
helpers/parameterHelper/parameterHelper.go:16
↓ 1 callers
Method
Update
(IDigest)
artifacts/iremote/imessage.go:9
↓ 1 callers
Method
Validate
(in *message.CardMessage, out *message.CardMessage)
collaborator/case.go:179
↓ 1 callers
Method
abstract
Generate abstract from hits array
artifacts/stats/stats.go:152
↓ 1 callers
Function
addDirectoryIndex
(e,t)
static/service-worker.js:1
↓ 1 callers
Function
cleanResponse
(e)
static/service-worker.js:1
↓ 1 callers
Function
createCacheKey
(e,t,n,r)
static/service-worker.js:1
↓ 1 callers
Function
csv2map
io => []map[string]string
helpers/ioHelper/ioHelper.go:95
↓ 1 callers
Method
distribute
Local implementation of rpc method Distribute()
collaborator/server_stub.go:67
↓ 1 callers
Method
flush
Flush hits from observed channels into hits array
artifacts/stats/stats.go:124
↓ 1 callers
Function
getMapValue
(m map[string]string, key string)
helpers/ioHelper/ioHelper.go:173
↓ 1 callers
Function
isPathWhitelisted
(e,t)
static/service-worker.js:1
↓ 1 callers
Function
makePath
(path string)
web/index.go:40
↓ 1 callers
Function
map2list
[]map[string]string => []interface{}
helpers/ioHelper/ioHelper.go:132
↓ 1 callers
Function
map2struct
map[string]string => struct
helpers/ioHelper/ioHelper.go:161
↓ 1 callers
Function
newCase
()
collaborator/collaborator.go:42
↓ 1 callers
Function
preselect
(a, b, c, d, e chan *task.TaskFuture)
artifacts/worker/worker.go:67
↓ 1 callers
Method
readStream
()
collaborator/case.go:41
↓ 1 callers
Function
renderTemplate
(w http.ResponseWriter, tmpl string)
web/index.go:32
↓ 1 callers
Function
setOfCachedUrls
(e)
static/service-worker.js:1
↓ 1 callers
Function
stripIgnoredUrlParameters
(e,t)
static/service-worker.js:1
↓ 1 callers
Method
sweep
()
store/store.go:217
↓ 1 callers
Function
value
(m map[string]string, v reflect.Value)
helpers/ioHelper/ioHelper.go:179
↓ 1 callers
Function
valueBool
(s string, v reflect.Value)
helpers/ioHelper/ioHelper.go:263
↓ 1 callers
Function
valueInt
(s string, v reflect.Value)
helpers/ioHelper/ioHelper.go:236
↓ 1 callers
Function
valueString
(s string, v reflect.Value)
helpers/ioHelper/ioHelper.go:231
↓ 1 callers
Function
valueStruct
(s string, v reflect.Value)
helpers/ioHelper/ioHelper.go:222
Function
Adapt
(h http.Handler, adapters ...Adapter)
utils/network.go:62
Function
AdaptHTTPWithHeader
(w http.ResponseWriter, header constants.Header)
utils/adapter.go:34
Function
AdaptLimiter
AdaptLimiter adapts the HTTP handler f to a limited handler that allows events up to rate lr and permits bursts of at most lb tokens.
utils/adapter.go:41
Function
AdaptRouterToDebugMode
(router *mux.Router)
utils/adapter.go:13
Function
AdaptStatsHits
(f func(w http.ResponseWriter, r *http.Request))
utils/adapter.go:53
Function
AdaptStatsRouteHits
(route string, f func(w http.ResponseWriter, r *http.Request))
utils/adapter.go:62
Method
Attach
()
artifacts/iworkable/iworkable.go:10
Method
Attach
()
artifacts/iworkable/iworkable.go:30
Method
Attach
()
artifacts/master/master.go:86
Method
Back
()
artifacts/task/job.go:33
Method
BatchAttach
(amount int)
artifacts/iworkable/iworkable.go:11
Method
BatchAttach
(amount int)
artifacts/iworkable/iworkable.go:34
Method
Close
()
artifacts/task/background.go:20
Method
Close
()
artifacts/iworkable/iworkable.go:70
Method
Close
()
artifacts/master/master.go:137
Method
Close
()
artifacts/message/messageFuture.go:25
Method
Cluster
()
artifacts/iremote/imessage.go:5
Function
Combine
(vars ...*SysVars)
cmd/cmd.go:42
Function
Compare
(a iremote.IDigest, b iremote.IDigest)
helpers/messageHelper/messageHelper.go:18
Method
CountTasks
()
artifacts/iworkable/iworkable.go:18
Method
CountTasks
()
artifacts/iworkable/iworkable.go:62
Method
CountTasks
count the number of tasks that the are queuing in channel
artifacts/master/master.go:128
Method
CountWorkers
()
artifacts/iworkable/iworkable.go:19
Method
CountWorkers
()
artifacts/iworkable/iworkable.go:66
Method
CountWorkers
count the number of workers that are governed by the current master
artifacts/master/master.go:133
Function
Default
()
artifacts/imapper/imapper.go:11
Function
Default
()
artifacts/ireducer/ireducer.go:14
Function
Default
current RPC port
artifacts/card/card.go:59
Function
Default
()
artifacts/iexecutor/iexecutor.go:13
Function
Delay
(sec time.Duration)
collaborator/collaborator.go:499
Method
DeleteDigestCard
(key string)
artifacts/message/message.go:61
Method
Descriptor
()
artifacts/task/task.pb.go:37
Method
Descriptor
()
artifacts/digest/digest.pb.go:51
Method
Descriptor
()
artifacts/card/card.pb.go:41
Method
Descriptor
()
artifacts/message/message.pb.go:103
Method
Descriptor
()
artifacts/message/message.pb.go:155
Method
Detach
(w *worker.Worker)
artifacts/iworkable/iworkable.go:12
Method
Detach
(w *worker.Worker)
artifacts/iworkable/iworkable.go:38
Method
Detach
(w *worker.Worker)
artifacts/master/master.go:104
Method
Digest
()
artifacts/iremote/imessage.go:8
Method
Distribute
Local implementation of rpc method Distribute()
collaborator/server_stub.go:50
Method
Distribute
(ctx context.Context, in *task.TaskPayload, opts ...grpc.CallOption)
collaborator/services/rpc_services.pb.go:59
Method
Distribute
(context.Context, *task.TaskPayload)
collaborator/services/rpc_services.pb.go:80
Method
Done
()
artifacts/task/taskFuture.go:36
Method
Done
()
artifacts/task/background.go:10
Method
Done
(*task.Task)
artifacts/iworkable/iworkable.go:54
Method
Done
(t *task.Task)
artifacts/master/master.go:60
Method
DoneMulti
(tsks map[int]*task.Task)
artifacts/iworkable/iworkable.go:58
Method
DoneMulti
(ts map[int]*task.Task)
artifacts/master/master.go:46
Function
Dummy
()
artifacts/iworkable/iworkable.go:26
← previous
next →
101–200 of 406, ranked by callers