github.com/go-generalize/volcago@v1.7.0/generator/testfiles/not_auto/sub_task.go (about) 1 package model 2 3 //go:generate volcago -sub-collection SubTask 4 5 type SubTask struct { 6 ID string `firestore:"-" firestore_key:"auto"` 7 IsSubCollection bool `` 8 }