Adrien Marquès xdrm-brackets
xdrm-brackets closed pull request go/aicra#11 2020-03-28 11:33:35 +00:00
Add validator interface to unify and for readability
xdrm-brackets merged pull request go/aicra#11 2020-03-28 11:33:35 +00:00
Add validator interface to unify and for readability
xdrm-brackets created pull request go/aicra#11 2020-03-28 11:33:02 +00:00
Add validator interface to unify and for readability
xdrm-brackets pushed to refactor/config-validator at go/aicra 2020-03-28 11:31:35 +00:00
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
xdrm-brackets pushed tag v0.3.0 to go/aicra 2020-03-22 14:03:40 +00:00
xdrm-brackets pushed to 0.3.0 at go/aicra 2020-03-22 14:03:29 +00:00
97cf19d7b4 update readme
xdrm-brackets pushed tag v0.3.0 to go/aicra 2020-03-22 13:05:55 +00:00
xdrm-brackets pushed to 0.3.0 at go/aicra 2020-03-22 13:05:38 +00:00
d57f60c710 set content-type to json before writing response
ad6de97979 fix: actually get service handler
Compare 2 commits »
xdrm-brackets pushed tag v0.3.0 to go/aicra 2020-03-21 15:53:14 +00:00
xdrm-brackets pushed to 0.3.0 at go/aicra 2020-03-21 15:53:10 +00:00
2ee48560b6 make ToHTTPServer() check for missing handlers
xdrm-brackets pushed tag v0.3.0 to go/aicra 2020-03-21 14:58:21 +00:00
xdrm-brackets pushed to 0.3.0 at go/aicra 2020-03-21 14:58:15 +00:00
a15a5c1f7a fix: register mismatch when no brace capture
5fe983c486 display both services in pattern collision error messages
Compare 2 commits »
xdrm-brackets pushed tag v0.3.0 to go/aicra 2020-03-21 14:52:03 +00:00
xdrm-brackets pushed to 0.3.0 at go/aicra 2020-03-21 14:51:58 +00:00
3017cc5ba9 add method tests for pattern collision
xdrm-brackets pushed tag v0.3.0 to go/aicra 2020-03-21 14:49:46 +00:00
xdrm-brackets pushed to 0.3.0 at go/aicra 2020-03-21 14:49:43 +00:00
9c3166397f add tests for service collision
e3adbf48ca consider collision only if every part is matching
Compare 2 commits »
xdrm-brackets pushed tag v0.3.0 to go/aicra 2020-03-21 14:15:29 +00:00
xdrm-brackets pushed to 0.3.0 at go/aicra 2020-03-21 14:15:22 +00:00
0e6dfbe580 make pattern collission error message explicit
xdrm-brackets pushed tag v0.3.0 to go/aicra 2020-03-21 13:51:17 +00:00
xdrm-brackets pushed to 0.3.0 at go/aicra 2020-03-21 13:49:31 +00:00
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
Compare 5 commits »