fixup: remove HasContext from spec
This commit is contained in:
parent
1245861be7
commit
e44dab4bc9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue