Skip to content

Commit

Permalink
Merge pull request #206 from josephschorr/add-wildcard-error
Browse files Browse the repository at this point in the history
Add error reason for wildcard uses
  • Loading branch information
josephschorr committed Jun 7, 2024
2 parents 8e80287 + 3455d06 commit a28f71a
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 12 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 = "298f3d3a2d4f68ac197b49f849eab6a472604d19"
BufTag = "78c93bbe7e8d69fe7ae4c4c1f6a03fa2840d7797"
)

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

const (
BufRepository = "buf.build/authzed/api"
BufTag = "298f3d3a2d4f68ac197b49f849eab6a472604d19"
BufTag = "78c93bbe7e8d69fe7ae4c4c1f6a03fa2840d7797"
)
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 = "298f3d3a2d4f68ac197b49f849eab6a472604d19"
BufTag = "78c93bbe7e8d69fe7ae4c4c1f6a03fa2840d7797"
)
30 changes: 23 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 = "298f3d3a2d4f68ac197b49f849eab6a472604d19"
BufTag = "78c93bbe7e8d69fe7ae4c4c1f6a03fa2840d7797"
)
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 = "298f3d3a2d4f68ac197b49f849eab6a472604d19"
BufTag = "78c93bbe7e8d69fe7ae4c4c1f6a03fa2840d7797"
)

0 comments on commit a28f71a

Please sign in to comment.