add contracts
This commit is contained in:
8
contracts/http.go
Normal file
8
contracts/http.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package contracts
|
||||
|
||||
type Route interface{}
|
||||
|
||||
type HttpService interface {
|
||||
Serve() error
|
||||
GetEngine() interface{}
|
||||
}
|
||||
Reference in New Issue
Block a user