MCPcopy Index your code
hub / github.com/coder/coder / drpcAuthorizerClient

Struct drpcAuthorizerClient

coderd/aibridged/proto/aibridged_drpc.pb.go:434–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434type drpcAuthorizerClient struct {
435 cc drpc.Conn
436}
437
438func NewDRPCAuthorizerClient(cc drpc.Conn) DRPCAuthorizerClient {
439 return &drpcAuthorizerClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected