MCPcopy
hub / github.com/cortexlabs/cortex / service

Struct service

pkg/async-gateway/service.go:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type service struct {
40 logger *zap.SugaredLogger
41 storage Storage
42 clusterUID string
43 session session.Session
44}
45
46// NewService creates a new async-gateway service
47func NewService(clusterUID string, storage Storage, logger *zap.SugaredLogger, session session.Session) Service {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected