@@ -0,0 +1,10 @@
package contracts
import (
"net/http"
)
type Server interface {
Execute(*http.Request) any
ServeHTTP(http.ResponseWriter, *http.Request)
}
The note is not visible to the blocked user.