github.com/go-generalize/volcago@v1.7.0/generator/testfiles/not_auto/sub_task_label_gen.go (about)

     1  // Code generated by volcago. DO NOT EDIT.
     2  // generated version: devel
     3  package model
     4  
     5  const (
     6  	SubTaskIndexLabelIsSubCollectionPrefix = "i1" // prefix-match of IsSubCollection
     7  	SubTaskIndexLabelIsSubCollectionSuffix = "i2" // suffix-match of IsSubCollection
     8  	SubTaskIndexLabelIsSubCollectionLike   = "i3" // like-match of IsSubCollection
     9  	SubTaskIndexLabelIsSubCollectionEqual  = "i4" // perfect-match of IsSubCollection
    10  )