Skip to content

Commit

Permalink
Merge pull request #147 from authzed/error-serialization
Browse files Browse the repository at this point in the history
generate protos for new serialization error reason
  • Loading branch information
vroldanbet authored Oct 3, 2023
2 parents e1e7da6 + f5c1a8f commit 9c9116f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion magefiles/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (g Gen) All() error {
const (
ProtoPath = "proto/authzed/api"
BufRepository = "buf.build/authzed/api"
BufTag = "352257977a8fd299fcc3a4a6fdbdb2311b2e8f22"
BufTag = "97ac42fe44d433708249326a5a9580cc59ed9e7f"
)

// Proto runs proto codegen
Expand Down
2 changes: 1 addition & 1 deletion proto/authzed/api/v0/zz_generated.version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package v0

const (
BufRepository = "buf.build/authzed/api"
BufTag = "352257977a8fd299fcc3a4a6fdbdb2311b2e8f22"
BufTag = "97ac42fe44d433708249326a5a9580cc59ed9e7f"
)
31 changes: 24 additions & 7 deletions proto/authzed/api/v1/error_reason.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/authzed/api/v1/zz_generated.version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package v1

const (
BufRepository = "buf.build/authzed/api"
BufTag = "352257977a8fd299fcc3a4a6fdbdb2311b2e8f22"
BufTag = "97ac42fe44d433708249326a5a9580cc59ed9e7f"
)
2 changes: 1 addition & 1 deletion proto/authzed/api/v1alpha1/zz_generated.version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package v1alpha1

const (
BufRepository = "buf.build/authzed/api"
BufTag = "352257977a8fd299fcc3a4a6fdbdb2311b2e8f22"
BufTag = "97ac42fe44d433708249326a5a9580cc59ed9e7f"
)

0 comments on commit 9c9116f

Please sign in to comment.