Add dynamic handler management #13

Merged
xdrm-brackets merged 12 commits from feature/dynamic-handler-signature into 0.3.0 2020-03-29 15:10:06 +00:00
1 changed files with 6 additions and 6 deletions
Showing only changes of commit 974f58fb8e - Show all commits

View File

@ -27,7 +27,7 @@ type Service struct {
Scope [][]string `json:"scope"`
Description string `json:"info"`
Input map[string]*Parameter `json:"in"`
Output map[string]interface{} `json:"out"`
Output map[string]*Parameter `json:"out"`
// references to url parameters
// format: '/uri/{param}'