gitlab.com/evatix-go/core@v1.3.55/coredata/corepayload/BytesCreateInstructionStringer.go (about) 1 package corepayload 2 3 import "fmt" 4 5 type BytesCreateInstructionStringer struct { 6 Name, Identifier string 7 TaskTypeName fmt.Stringer 8 EntityType string // for any type no need to entity type it will be collected by reflection. 9 CategoryName fmt.Stringer 10 HasManyRecords bool 11 Payloads []byte 12 Attributes *Attributes 13 }