Closed oleksandr closed 10 years ago
Pretty straight forward solution. The handler function interface was extended with 3 input argument and 3 return argument:
map[string][]string
I was not sure if it makes sense to define a type alias for it for the less typing.
@oleksandr This makes sense. I'm not entirely sure what the interface here should look like, but this is definitely a step in the right direction so I'm going to go ahead and merge this. Thanks for contributing!
Pretty straight forward solution. The handler function interface was extended with 3 input argument and 3 return argument:
I was not sure if it makes sense to define a type alias for it for the less typing.