diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-23 12:40:12 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-23 12:40:12 -0600 |
| commit | d2ebd0a9afed57ba11f053266e6ae1edb84a0f36 (patch) | |
| tree | eb547006085f2549f2cea5773c1ec75dba47bfd0 /pkg/authz | |
| parent | 9674cfaedfdb8d583cfe75e1c1738a1c1d66c7f9 (diff) | |
feat: authorize requests to create sparkles
Diffstat (limited to 'pkg/authz')
| -rw-r--r-- | pkg/authz/spice.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/authz/spice.go b/pkg/authz/spice.go index 47468d9..cd534a1 100644 --- a/pkg/authz/spice.go +++ b/pkg/authz/spice.go @@ -21,6 +21,6 @@ func NewSpiceDBClient(ctx context.Context, host string, presharedKey string) *au return client } -type PermissionService interface { +type CheckPermissionService interface { CheckPermission(ctx context.Context, in *v1.CheckPermissionRequest, opts ...grpc.CallOption) (*v1.CheckPermissionResponse, error) } |
