modify httpRoute interface

This commit is contained in:
rogeecn
2023-07-31 18:46:20 +08:00
parent 3a435be177
commit a850005f0b

View File

@@ -1,6 +1,6 @@
package contracts package contracts
type Route interface{} type HttpRoute interface{}
type HttpService interface { type HttpService interface {
Serve() error Serve() error