Init: setup uptrace and swagger
This commit is contained in:
8
handlers/api/handlers.go
Normal file
8
handlers/api/handlers.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package api
|
||||
|
||||
type Handlers struct {
|
||||
}
|
||||
|
||||
func NewHandlers() *Handlers {
|
||||
return &Handlers{}
|
||||
}
|
||||
Reference in New Issue
Block a user