Init: bootstrap go module with basic framework
This commit is contained in:
15
handlers/api/getAliases.go
Normal file
15
handlers/api/getAliases.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/uptrace/bunrouter"
|
||||
)
|
||||
|
||||
func (*Handlers) GetAliases(
|
||||
w http.ResponseWriter,
|
||||
req bunrouter.Request,
|
||||
) error {
|
||||
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user