modify routes
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package http
|
||||
|
||||
type Route interface {
|
||||
Register()
|
||||
}
|
||||
type Route interface{}
|
||||
|
||||
type Service interface {
|
||||
Serve() error
|
||||
|
||||
Reference in New Issue
Block a user