fixup: remove HasContext from spec

This commit is contained in:
Adrien Marquès 2021-04-19 19:55:00 +02:00
parent 1245861be7
commit e44dab4bc9
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ import (
type spec struct { type spec struct {
Input map[string]reflect.Type Input map[string]reflect.Type
Output 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 // builds a spec from the configuration service