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