first commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package contracts
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
type Service interface {
|
||||
Execute(*http.Request) any
|
||||
ServeHTTP(http.ResponseWriter, *http.Request)
|
||||
}
|
||||
Reference in New Issue
Block a user