Merge branch '2-implement-cache-get-endpoint' into 'main'
Resolve "Create cache GET endpoint" Closes #2 See merge request !2
No related branches found
No related tags found
Showing
- cmd/cache/main.go 14 additions, 0 deletionscmd/cache/main.go
- design/design.go 28 additions, 1 deletiondesign/design.go
- design/types.go 11 additions, 0 deletionsdesign/types.go
- gen/cache/client.go 36 additions, 0 deletionsgen/cache/client.go
- gen/cache/endpoints.go 40 additions, 0 deletionsgen/cache/endpoints.go
- gen/cache/service.go 36 additions, 0 deletionsgen/cache/service.go
- gen/http/cache/client/cli.go 34 additions, 0 deletionsgen/http/cache/client/cli.go
- gen/http/cache/client/client.go 74 additions, 0 deletionsgen/http/cache/client/client.go
- gen/http/cache/client/encode_decode.go 93 additions, 0 deletionsgen/http/cache/client/encode_decode.go
- gen/http/cache/client/paths.go 13 additions, 0 deletionsgen/http/cache/client/paths.go
- gen/http/cache/client/types.go 8 additions, 0 deletionsgen/http/cache/client/types.go
- gen/http/cache/server/encode_decode.go 59 additions, 0 deletionsgen/http/cache/server/encode_decode.go
- gen/http/cache/server/paths.go 13 additions, 0 deletionsgen/http/cache/server/paths.go
- gen/http/cache/server/server.go 131 additions, 0 deletionsgen/http/cache/server/server.go
- gen/http/cache/server/types.go 22 additions, 0 deletionsgen/http/cache/server/types.go
- gen/http/cli/cache/cli.go 55 additions, 0 deletionsgen/http/cli/cache/cli.go
- gen/http/openapi.json 1 addition, 1 deletiongen/http/openapi.json
- gen/http/openapi.yaml 33 additions, 1 deletiongen/http/openapi.yaml
- gen/http/openapi3.json 1 addition, 1 deletiongen/http/openapi3.json
- gen/http/openapi3.yaml 152 additions, 1 deletiongen/http/openapi3.yaml
Loading
Please register or sign in to comment