github.com/janelia-flyem/dvid@v1.0.0/datatype/common/proto/entries.go (about)

     1  // This file holds the constants for entry types, necessary during deserialization
     2  // of streams of entries.
     3  
     4  package proto
     5  
     6  const (
     7  	UnknownType = iota
     8  	SplitOpType
     9  	MergeOpType
    10  	MutationCompleteType
    11  	AffinityType
    12  	MappingOpType
    13  	SupervoxelSplitType
    14  	CleaveOpType
    15  	RenumberOpType
    16  )