MCPcopy Create free account
hub / github.com/rilldata/rill / Server

Struct Server

admin/server/server.go:73–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73type Server struct {
74 adminv1.UnsafeAdminServiceServer
75 adminv1.UnsafeAIServiceServer
76 adminv1.UnsafeTelemetryServiceServer
77 logger *zap.Logger
78 admin *admin.Service
79 opts *Options
80 cookies *cookies.Store
81 authenticator *auth.Authenticator
82 issuer *runtimeauth.Issuer
83 limiter ratelimit.Limiter
84 activity *activity.Client
85}
86
87var _ adminv1.AdminServiceServer = (*Server)(nil)
88

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected