gitlab.com/evatix-go/core@v1.3.55/coredata/corejson/consts.go (about) 1 package corejson 2 3 const ( 4 errTypeString = "ErrorType.String" 5 bytesFieldName = "Bytes" 6 errorFieldName = "Error" 7 typeFieldName = "Type" 8 )