File size: 362 Bytes
9853396 | 1 2 3 4 5 6 7 | // Package objects contains some objects need used by schema and biz.
// To avoid circular dependencies, we put them here.
// NOTE: there are some history issue, the json tag is not consistent.
// To reduce the maintenance cost, we keep the json tag as it is.
// For the new objects, we will use the same json tag, just use the camel case.
package objects
|