initial commit
This commit is contained in:
commit
7715fcf373
37 changed files with 2957 additions and 0 deletions
7
pkg/api/api.go
Normal file
7
pkg/api/api.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package api
|
||||
|
||||
type Route struct {
|
||||
Path string
|
||||
Handler http.HandlerFunc
|
||||
Methods []string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue