diff --git a/internal/dynfunc/spec.go b/internal/dynfunc/spec.go index 9f487f4..8f43ccd 100644 --- a/internal/dynfunc/spec.go +++ b/internal/dynfunc/spec.go @@ -12,8 +12,6 @@ import ( type spec struct { Input map[string]reflect.Type Output map[string]reflect.Type - // HasContext defines whether the given handler has api.Ctx as first argument - HasContext bool } // builds a spec from the configuration service