Skip to content

Commit

Permalink
Run generate
Browse files Browse the repository at this point in the history
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
  • Loading branch information
charithe committed Feb 27, 2023
1 parent f61ddc1 commit e9648ae
Show file tree
Hide file tree
Showing 17 changed files with 102 additions and 19 deletions.
4 changes: 2 additions & 2 deletions api/genpb/cerbos/policy/v1/policy.pb.go

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

6 changes: 3 additions & 3 deletions api/genpb/cerbos/svc/v1/svc.pb.gw.go

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

47 changes: 37 additions & 10 deletions internal/test/mocks/Index.go

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

17 changes: 13 additions & 4 deletions internal/test/mocks/Store.go

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

1 change: 1 addition & 0 deletions schema/openapiv2/cerbos/audit/v1/audit.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"details": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
Expand Down
1 change: 1 addition & 0 deletions schema/openapiv2/cerbos/bundle/v1/bundle.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"details": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
Expand Down
1 change: 1 addition & 0 deletions schema/openapiv2/cerbos/effect/v1/effect.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"details": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
Expand Down
1 change: 1 addition & 0 deletions schema/openapiv2/cerbos/engine/v1/engine.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"details": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
Expand Down
1 change: 1 addition & 0 deletions schema/openapiv2/cerbos/policy/v1/policy.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"details": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
Expand Down
1 change: 1 addition & 0 deletions schema/openapiv2/cerbos/private/v1/test.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"details": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
Expand Down
1 change: 1 addition & 0 deletions schema/openapiv2/cerbos/request/v1/request.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"details": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
Expand Down
1 change: 1 addition & 0 deletions schema/openapiv2/cerbos/response/v1/response.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"details": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
Expand Down
1 change: 1 addition & 0 deletions schema/openapiv2/cerbos/runtime/v1/runtime.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"details": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
Expand Down
1 change: 1 addition & 0 deletions schema/openapiv2/cerbos/schema/v1/schema.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"details": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
Expand Down
1 change: 1 addition & 0 deletions schema/openapiv2/cerbos/state/v1/state.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"details": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
Expand Down

0 comments on commit e9648ae

Please sign in to comment.