This commit is contained in:
Adrien Marquès 2018-06-03 10:41:19 +02:00
parent ac90c91d7f
commit 446d1f5e70
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
) )
type Arguments map[string]interface{} type Arguments map[string]interface{}
type Controller func(map[string]interface{}, *Response) Response type Controller func(Arguments, *Response) Response
type Response struct { type Response struct {
data map[string]interface{} data map[string]interface{}