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