minfix
This commit is contained in:
parent
ac90c91d7f
commit
446d1f5e70
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
type Arguments map[string]interface{}
|
||||
type Controller func(map[string]interface{}, *Response) Response
|
||||
type Controller func(Arguments, *Response) Response
|
||||
|
||||
type Response struct {
|
||||
data map[string]interface{}
|
||||
|
|
Loading…
Reference in New Issue