modify httpRoute interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package contracts
|
||||
|
||||
type Route interface{}
|
||||
type HttpRoute interface{}
|
||||
|
||||
type HttpService interface {
|
||||
Serve() error
|
||||
|
||||
Reference in New Issue
Block a user