CoolFace
Apppublic

llzai/axonhub

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
objects.go7 linesDownload Raw Back to objects
1// Package objects contains some objects need used by schema and biz.
2// To avoid circular dependencies, we put them here.
3// NOTE: there are some history issue, the json tag is not consistent.
4// To reduce the maintenance cost, we keep the json tag as it is.
5// For the new objects, we will use the same json tag, just use the camel case.
6package objects
7