1 Commits

Author SHA1 Message Date
rogeecn
a850005f0b modify httpRoute interface 2023-07-31 18:46:20 +08:00

View File

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