Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/EasyFaaS
/ ControllerClientInterface
Interface
ControllerClientInterface
pkg/controller/client/controller.go:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
)
22
23
type
ControllerClientInterface
interface
{
24
Invoke(ir *api.InvokeRequest) (response *api.InvokeResponse, err error)
25
}
Callers
1
RequestController
Function · 0.65
Implementers
3
Controller
pkg/controller/types.go
ControllerClient
pkg/controller/client/rpc.go
ControllerCallClient
pkg/controller/client/call.go
Calls
no outgoing calls
Tested by
no test coverage detected