modify routes

This commit is contained in:
yanghao05
2023-06-09 14:58:29 +08:00
parent 3f27dee0b2
commit aee21ec772
7 changed files with 46 additions and 17 deletions

View File

@@ -1,8 +1,6 @@
package http
type Route interface {
Register()
}
type Route interface{}
type Service interface {
Serve() error