consul/agent/grpc-external
Dan Upton b117eb0126
resource: enforce consistent naming of resource types (#17611)
For consistency, resource type names must follow these rules:

- `Group` must be snake case, and in most cases a single word.
- `GroupVersion` must be lowercase, start with a "v" and end with a number.
- `Kind` must be pascal case.

These were chosen because they map to our protobuf type naming
conventions.
2023-06-26 13:25:14 +01:00
..
limiter
services resource: enforce consistent naming of resource types (#17611) 2023-06-26 13:25:14 +01:00
testutils
forward.go
options.go
options_test.go [OSS] gRPC Blocking Queries (#17426) 2023-05-23 17:29:10 -04:00
querymeta.go [OSS] gRPC Blocking Queries (#17426) 2023-05-23 17:29:10 -04:00
querymeta_test.go [OSS] gRPC Blocking Queries (#17426) 2023-05-23 17:29:10 -04:00
server.go
stats_test.go
utils.go