MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / Manager

Struct Manager

pkg/funclet/code/manager.go:46–48  ·  view source on GitHub ↗

Manager

Source from the content-addressed store, hash-verified

44
45// Manager
46type Manager struct {
47 BasePath string
48}
49
50// NewManager
51func NewManager(basePath string) *Manager {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected