initialize backend project
Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package main
|
||||
|
||||
import "net/http"
|
||||
|
||||
type ApiHandler struct {
|
||||
}
|
||||
|
||||
func NewApiHandler() *ApiHandler {
|
||||
// TODO
|
||||
return &ApiHandler{}
|
||||
}
|
||||
|
||||
func (api *ApiHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
// TODO
|
||||
}
|
||||
Reference in New Issue
Block a user