add http api

This commit is contained in:
joy.zhou
2019-07-15 14:12:57 +08:00
parent 4de3f04592
commit 8e0ba7cf19
276 changed files with 100906 additions and 26 deletions
+13
View File
@@ -0,0 +1,13 @@
// +build codecgen generated
package codec
// this file is here, to set the codecgen variable to true
// when the build tag codecgen is set.
//
// this allows us do specific things e.g. skip missing fields tests,
// when running in codecgen mode.
func init() {
codecgen = true
}