Skip to content

Commit

Permalink
delete api layer
Browse files Browse the repository at this point in the history
  • Loading branch information
linehk committed Feb 15, 2024
1 parent 9d1b8ca commit 8adabb1
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 198 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ require (
github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=
github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
github.com/golang/glog v1.1.2 h1:DVjP2PbBOzHyzA+dn3WhHIq4NdVu3Q+pvivFICf/7fo=
github.com/golang/glog v1.1.2/go.mod h1:zR+okUeTbrL6EL3xHUDxZuEtGv04p5shwip1+mL/rLQ=
github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=
Expand Down
9 changes: 0 additions & 9 deletions service/user_center/api/etc/user_center-api.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions service/user_center/api/internal/config/config.go

This file was deleted.

28 changes: 0 additions & 28 deletions service/user_center/api/internal/handler/create_user_handler.go

This file was deleted.

22 changes: 0 additions & 22 deletions service/user_center/api/internal/handler/routes.go

This file was deleted.

37 changes: 0 additions & 37 deletions service/user_center/api/internal/logic/create_user_logic.go

This file was deleted.

19 changes: 0 additions & 19 deletions service/user_center/api/internal/svc/service_context.go

This file was deleted.

14 changes: 0 additions & 14 deletions service/user_center/api/internal/types/types.go

This file was deleted.

24 changes: 0 additions & 24 deletions service/user_center/api/user_center.api

This file was deleted.

31 changes: 0 additions & 31 deletions service/user_center/api/user_center.go

This file was deleted.

0 comments on commit 8adabb1

Please sign in to comment.