Skip to content

Instantly share code, notes, and snippets.

@L04DB4L4NC3R
Last active August 25, 2019 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save L04DB4L4NC3R/dc8c93d772ed30ef185b3b75c44f1ac3 to your computer and use it in GitHub Desktop.
Save L04DB4L4NC3R/dc8c93d772ed30ef185b3b75c44f1ac3 to your computer and use it in GitHub Desktop.
bulkops
type Model struct {
BatchID string `json:"batchID" bson:"batchID"`
OrgID string `json: "orgID" bson:"orgID"`
Tasks []Task `json:"tasks" bson:"tasks"`
Type string `json:"type" bson:"type"`
CreatedBy string `json:"createdBy" bson:"createdBy"`
State string `json:"state" bson:"state"`
UnitID string `json:"unitID" bson:"unitID"`
FileMeta FileMetaStruct `json:"fileMeta", bson:"fileMeta"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment