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