MCPcopy
hub / github.com/unkeyed/unkey / Service

Struct Service

svc/ctrl/services/ctrl/service.go:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Service struct {
9 ctrlv1connect.UnimplementedCtrlServiceHandler
10 instanceID string
11 db db.Database
12}
13
14func New(instanceID string, database db.Database) *Service {
15 return &Service{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected