Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed testdata/task.yaml TaskSchema string //go:embed testdata/user.yaml UserSchema string //go:embed testdata/account.yaml AccountSchema string AllCollections = [][]byte{[]byte(UserSchema), []byte(TaskSchema), []byte(AccountSchema)} )
Functions ¶
func NewTaskDoc ¶
func NewUserDoc ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.