Skip to content

Commit

Permalink
feat: add tenant_id to shape
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed Jul 2, 2024
1 parent 6cb8342 commit 3dda642
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/development/file/shape.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package file

// Shape is a struct that represents an authorization configuration.
type Shape struct {
TenantID string `yaml:"tenant_id"`

// Schema is a string that represents the authorization model schema.
Schema string `yaml:"schema"`

Expand Down

0 comments on commit 3dda642

Please sign in to comment.