Skip to content

Commit

Permalink
bump buf reference to the latest proto definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwhitty committed Nov 9, 2021
1 parent e642eb4 commit 133db1b
Show file tree
Hide file tree
Showing 16 changed files with 1,008 additions and 100 deletions.
2 changes: 1 addition & 1 deletion buf.gen.yaml
@@ -1,4 +1,4 @@
#!/usr/bin/env -S buf generate buf.build/authzed/api:e93c981415ea208595a50a95fa8572f6e22d1e81 --template
#!/usr/bin/env -S buf generate buf.build/authzed/api:262837a8e7451bfd9cac0518972ceaef1d0b9963 --template
version: "v1"
plugins:
- remote: "buf.build/library/plugins/go:v1.27.1-1"
Expand Down
1 change: 0 additions & 1 deletion go.mod
Expand Up @@ -5,7 +5,6 @@ go 1.16
require (
github.com/authzed/grpcutil v0.0.0-20210913124023-cad23ae5a9e8
github.com/envoyproxy/protoc-gen-validate v0.6.1
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.6.0
github.com/jzelinskie/stringz v0.0.0-20210414224931-d6a8ce844a70
github.com/stretchr/testify v1.7.0
Expand Down
8 changes: 8 additions & 0 deletions proto/apidocs.swagger.json
Expand Up @@ -561,6 +561,10 @@
"type": "string"
},
"description": "The Object Definitions that were requested."
},
"computedDefinitionsRevision": {
"type": "string",
"description": "The computed revision of the returned object definitions."
}
},
"description": "ReadSchemaResponse is the resulting data after having read the Object\nDefinitions from a Schema."
Expand All @@ -574,6 +578,10 @@
"type": "string"
},
"description": "The names of the Object Definitions that were written."
},
"computedDefinitionsRevision": {
"type": "string",
"description": "The computed revision of the written object definitions."
}
},
"description": "WriteSchemaResponse is the resulting data after having written a Schema to\na Permissions System."
Expand Down
127 changes: 122 additions & 5 deletions proto/authzed/api/v0/acl_service.pb.validate.go

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

0 comments on commit 133db1b

Please sign in to comment.