MCPcopy Create free account
hub / github.com/apache/casbin-server / casbinClient

Struct casbinClient

proto/casbin_grpc.pb.go:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81type casbinClient struct {
82 cc grpc.ClientConnInterface
83}
84
85func NewCasbinClient(cc grpc.ClientConnInterface) CasbinClient {
86 return &casbinClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected