Add validator interface to unify and for readability
Add validator interface to unify and for readability
Add validator interface to unify and for readability
49cf06d5d8
implement validator interface for config.server; refactor
af3ffa7d6a
implement validator interface for config.service; rename for readability
dac9aa4298
implement validator interface for config.parameter
54705b7472
create validator interface for config
5f3aa5967d
provide datatype registry to every type to allow for recursive datatypes : slices, maps, structs
d57f60c710
set content-type to json before writing response
ad6de97979
fix: actually get service handler
a15a5c1f7a
fix: register mismatch when no brace capture
5fe983c486
display both services in pattern collision error messages
9c3166397f
add tests for service collision
e3adbf48ca
consider collision only if every part is matching
d6c22b5ff0
adapt server to previous api changes
9a5b0dd6e3
remove Parameter type, only keep method parseParameter()
149ec9a9a0
internal/reqdata Parse() does not return errors anymore
3a258400c0
remove api useless errors : UnkonwnMethod and UncallableMethod
9475fe4526
use private errors do avoid overlapping types among packages