Merge branch '3-implement-cache-set-endpoint' into 'main'
Create SET cache endpoint Closes #3 See merge request !3
No related branches found
No related tags found
Showing
- README.md 52 additions, 2 deletionsREADME.md
- design/design.go 29 additions, 3 deletionsdesign/design.go
- design/types.go 8 additions, 0 deletionsdesign/types.go
- gen/cache/client.go 11 additions, 3 deletionsgen/cache/client.go
- gen/cache/endpoints.go 12 additions, 0 deletionsgen/cache/endpoints.go
- gen/cache/service.go 13 additions, 4 deletionsgen/cache/service.go
- gen/http/cache/client/cli.go 36 additions, 0 deletionsgen/http/cache/client/cli.go
- gen/http/cache/client/client.go 28 additions, 0 deletionsgen/http/cache/client/client.go
- gen/http/cache/client/encode_decode.go 71 additions, 1 deletiongen/http/cache/client/encode_decode.go
- gen/http/cache/client/paths.go 5 additions, 0 deletionsgen/http/cache/client/paths.go
- gen/http/cache/server/encode_decode.go 54 additions, 1 deletiongen/http/cache/server/encode_decode.go
- gen/http/cache/server/paths.go 5 additions, 0 deletionsgen/http/cache/server/paths.go
- gen/http/cache/server/server.go 56 additions, 0 deletionsgen/http/cache/server/server.go
- gen/http/cache/server/types.go 13 additions, 0 deletionsgen/http/cache/server/types.go
- gen/http/cli/cache/cli.go 33 additions, 5 deletionsgen/http/cli/cache/cli.go
- gen/http/openapi.json 1 addition, 1 deletiongen/http/openapi.json
- gen/http/openapi.yaml 37 additions, 3 deletionsgen/http/openapi.yaml
- gen/http/openapi3.json 1 addition, 1 deletiongen/http/openapi3.json
- gen/http/openapi3.yaml 52 additions, 104 deletionsgen/http/openapi3.yaml
- internal/clients/redis/client.go 8 additions, 0 deletionsinternal/clients/redis/client.go
Please register or sign in to comment