From e44dab4bc9e173663d81abd11d3ef46a98816a76 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 19 Apr 2021 19:55:00 +0200 Subject: [PATCH] fixup: remove HasContext from spec --- internal/dynfunc/spec.go | 2 -- 1 file changed, 2 deletions(-) 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