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

Struct ConnectCtrlServiceClient

gen/rpc/ctrl/service_generated.go:23–25  ·  view source on GitHub ↗

ConnectCtrlServiceClient adapts a ctrlv1connect.CtrlServiceClient to the simplified CtrlServiceClient interface.

Source from the content-addressed store, hash-verified

21
22// ConnectCtrlServiceClient adapts a ctrlv1connect.CtrlServiceClient to the simplified CtrlServiceClient interface.
23type ConnectCtrlServiceClient struct {
24 inner ctrlv1connect.CtrlServiceClient
25}
26
27// NewConnectCtrlServiceClient creates a new ConnectCtrlServiceClient.
28func NewConnectCtrlServiceClient(inner ctrlv1connect.CtrlServiceClient) *ConnectCtrlServiceClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected