From d2ebd0a9afed57ba11f053266e6ae1edb84a0f36 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 23 Jul 2025 12:40:12 -0600 Subject: feat: authorize requests to create sparkles --- pkg/authz/spice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') 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) } -- cgit v1.2.3