add bb_api rest api for begushiybashkir
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
go-rest-api/
|
||||
├── cmd/
|
||||
│ └── server/
|
||||
│ └── main.go
|
||||
├── internal/
|
||||
│ ├── config/
|
||||
│ │ └── config.go
|
||||
│ ├── handlers/
|
||||
│ │ ├── health.go
|
||||
│ │ ├── auth.go
|
||||
│ │ └── handlers.go
|
||||
│ ├── models/
|
||||
│ │ └── user.go
|
||||
│ ├── repository/
|
||||
│ │ └── user_repository.go
|
||||
│ ├── service/
|
||||
│ │ └── auth_service.go
|
||||
│ └── routes/
|
||||
│ └── routes.go
|
||||
├── pkg/
|
||||
│ ├── database/
|
||||
│ │ └── database.go
|
||||
│ └── middleware/
|
||||
│ └── middleware.go
|
||||
├── go.mod
|
||||
└── go.sum
|
||||
Reference in New Issue
Block a user