Documentation ¶
Overview ¶
Package bufbreakingcheck impelements the check functions.
These are used by bufbreakingbuild to create RuleBuilders.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var CheckEnumNoDelete = newFilePairCheckFunc(checkEnumNoDelete)
CheckEnumNoDelete is a check function.
var CheckEnumSameJSONFormat = newEnumPairCheckFunc(checkEnumSameJSONFormat)
CheckEnumSameJSONFormat is a check function.
var CheckEnumSameType = newEnumPairCheckFunc(checkEnumSameType)
CheckEnumSameType is a check function.
var CheckEnumValueNoDelete = newEnumPairCheckFunc(checkEnumValueNoDelete)
CheckEnumValueNoDelete is a check function.
var CheckEnumValueNoDeleteUnlessNameReserved = newEnumPairCheckFunc(checkEnumValueNoDeleteUnlessNameReserved)
CheckEnumValueNoDeleteUnlessNameReserved is a check function.
var CheckEnumValueNoDeleteUnlessNumberReserved = newEnumPairCheckFunc(checkEnumValueNoDeleteUnlessNumberReserved)
CheckEnumValueNoDeleteUnlessNumberReserved is a check function.
var CheckEnumValueSameName = newEnumValuePairCheckFunc(checkEnumValueSameName)
CheckEnumValueSameName is a check function.
var CheckExtensionMessageNoDelete = newMessagePairCheckFunc(checkExtensionMessageNoDelete)
CheckExtensionMessageNoDelete is a check function.
var CheckExtensionNoDelete = newFilePairCheckFunc(checkExtensionNoDelete)
CheckExtensionNoDelete is a check function.
var CheckFieldNoDelete = newMessagePairCheckFunc(checkFieldNoDelete)
CheckFieldNoDelete is a check function.
var CheckFieldNoDeleteUnlessNameReserved = newMessagePairCheckFunc(checkFieldNoDeleteUnlessNameReserved)
CheckFieldNoDeleteUnlessNameReserved is a check function.
var CheckFieldNoDeleteUnlessNumberReserved = newMessagePairCheckFunc(checkFieldNoDeleteUnlessNumberReserved)
CheckFieldNoDeleteUnlessNumberReserved is a check function.
var CheckFieldSameCardinality = newFieldPairCheckFunc(checkFieldSameCardinality)
CheckFieldSameCardinality is a check function.
var CheckFieldSameCppStringType = newFieldPairCheckFunc(checkFieldSameCppStringType)
CheckFieldSameCppStringType is a check function.
var CheckFieldSameDefault = newFieldPairCheckFunc(checkFieldSameDefault)
CheckFieldSameDefault is a check function.
var CheckFieldSameJSONName = newFieldPairCheckFunc(checkFieldSameJSONName)
CheckFieldSameJSONName is a check function.
var CheckFieldSameJSType = newFieldPairCheckFunc(checkFieldSameJSType)
CheckFieldSameJSType is a check function.
var CheckFieldSameJavaUTF8Validation = newFieldPairCheckFunc(checkFieldSameJavaUTF8Validation)
CheckFieldSameJavaUTF8Validation is a check function.
var CheckFieldSameName = newFieldPairCheckFunc(checkFieldSameName)
CheckFieldSameName is a check function.
var CheckFieldSameOneof = newFieldPairCheckFunc(checkFieldSameOneof)
CheckFieldSameOneof is a check function.
var CheckFieldSameType = newFieldPairCheckFunc(checkFieldSameType)
CheckFieldSameType is a check function.
var CheckFieldSameUTF8Validation = newFieldPairCheckFunc(checkFieldSameUTF8Validation)
CheckFieldSameUTF8Validation is a check function.
var CheckFieldWireCompatibleCardinality = newFieldPairCheckFunc(checkFieldWireCompatibleCardinality)
CheckFieldWireCompatibleCardinality is a check function.
var CheckFieldWireCompatibleType = newFieldPairCheckFunc(checkFieldWireCompatibleType)
CheckFieldWireCompatibleType is a check function.
var CheckFieldWireJSONCompatibleCardinality = newFieldPairCheckFunc(checkFieldWireJSONCompatibleCardinality)
CheckFieldWireJSONCompatibleCardinality is a check function.
var CheckFieldWireJSONCompatibleType = newFieldPairCheckFunc(checkFieldWireJSONCompatibleType)
CheckFieldWireJSONCompatibleType is a check function.
var CheckFileNoDelete = newFilesCheckFunc(checkFileNoDelete)
CheckFileNoDelete is a check function.
var CheckFileSameCcEnableArenas = newFilePairCheckFunc(checkFileSameCcEnableArenas)
CheckFileSameCcEnableArenas is a check function.
var CheckFileSameCcGenericServices = newFilePairCheckFunc(checkFileSameCcGenericServices)
CheckFileSameCcGenericServices is a check function.
var CheckFileSameCsharpNamespace = newFilePairCheckFunc(checkFileSameCsharpNamespace)
CheckFileSameCsharpNamespace is a check function.
var CheckFileSameGoPackage = newFilePairCheckFunc(checkFileSameGoPackage)
CheckFileSameGoPackage is a check function.
var CheckFileSameJavaGenericServices = newFilePairCheckFunc(checkFileSameJavaGenericServices)
CheckFileSameJavaGenericServices is a check function.
var CheckFileSameJavaMultipleFiles = newFilePairCheckFunc(checkFileSameJavaMultipleFiles)
CheckFileSameJavaMultipleFiles is a check function.
var CheckFileSameJavaOuterClassname = newFilePairCheckFunc(checkFileSameJavaOuterClassname)
CheckFileSameJavaOuterClassname is a check function.
var CheckFileSameJavaPackage = newFilePairCheckFunc(checkFileSameJavaPackage)
CheckFileSameJavaPackage is a check function.
var CheckFileSameObjcClassPrefix = newFilePairCheckFunc(checkFileSameObjcClassPrefix)
CheckFileSameObjcClassPrefix is a check function.
var CheckFileSameOptimizeFor = newFilePairCheckFunc(checkFileSameOptimizeFor)
CheckFileSameOptimizeFor is a check function.
var CheckFileSamePackage = newFilePairCheckFunc(checkFileSamePackage)
CheckFileSamePackage is a check function.
var CheckFileSamePhpClassPrefix = newFilePairCheckFunc(checkFileSamePhpClassPrefix)
CheckFileSamePhpClassPrefix is a check function.
var CheckFileSamePhpMetadataNamespace = newFilePairCheckFunc(checkFileSamePhpMetadataNamespace)
CheckFileSamePhpMetadataNamespace is a check function.
var CheckFileSamePhpNamespace = newFilePairCheckFunc(checkFileSamePhpNamespace)
CheckFileSamePhpNamespace is a check function.
var CheckFileSamePyGenericServices = newFilePairCheckFunc(checkFileSamePyGenericServices)
CheckFileSamePyGenericServices is a check function.
var CheckFileSameRubyPackage = newFilePairCheckFunc(checkFileSameRubyPackage)
CheckFileSameRubyPackage is a check function.
var CheckFileSameSwiftPrefix = newFilePairCheckFunc(checkFileSameSwiftPrefix)
CheckFileSameSwiftPrefix is a check function.
var CheckFileSameSyntax = newFilePairCheckFunc(checkFileSameSyntax)
CheckFileSameSyntax is a check function.
var CheckMessageNoDelete = newFilePairCheckFunc(checkMessageNoDelete)
CheckMessageNoDelete is a check function.
var CheckMessageNoRemoveStandardDescriptorAccessor = newMessagePairCheckFunc(checkMessageNoRemoveStandardDescriptorAccessor)
CheckMessageNoRemoveStandardDescriptorAccessor is a check function.
var CheckMessageSameJSONFormat = newMessagePairCheckFunc(checkMessageSameJSONFormat)
CheckMessageSameJSONFormat is a check function.
var CheckMessageSameMessageSetWireFormat = newMessagePairCheckFunc(checkMessageSameMessageSetWireFormat)
CheckMessageSameMessageSetWireFormat is a check function.
var CheckMessageSameRequiredFields = newMessagePairCheckFunc(checkMessageSameRequiredFields)
CheckMessageSameRequiredFields is a check function.
var CheckOneofNoDelete = newMessagePairCheckFunc(checkOneofNoDelete)
CheckOneofNoDelete is a check function.
var CheckPackageEnumNoDelete = newFilesCheckFunc(checkPackageEnumNoDelete)
CheckPackageEnumNoDelete is a check function.
var CheckPackageExtensionNoDelete = newFilesCheckFunc(checkPackageExtensionNoDelete)
CheckPackageExtensionNoDelete is a check function.
var CheckPackageMessageNoDelete = newFilesCheckFunc(checkPackageMessageNoDelete)
CheckPackageMessageNoDelete is a check function.
var CheckPackageNoDelete = newFilesCheckFunc(checkPackageNoDelete)
CheckPackageNoDelete is a check function.
var CheckPackageServiceNoDelete = newFilesCheckFunc(checkPackageServiceNoDelete)
CheckPackageServiceNoDelete is a check function.
var CheckRPCNoDelete = newServicePairCheckFunc(checkRPCNoDelete)
CheckRPCNoDelete is a check function.
var CheckRPCSameClientStreaming = newMethodPairCheckFunc(checkRPCSameClientStreaming)
CheckRPCSameClientStreaming is a check function.
var CheckRPCSameIdempotencyLevel = newMethodPairCheckFunc(checkRPCSameIdempotencyLevel)
CheckRPCSameIdempotencyLevel is a check function.
var CheckRPCSameRequestType = newMethodPairCheckFunc(checkRPCSameRequestType)
CheckRPCSameRequestType is a check function.
var CheckRPCSameResponseType = newMethodPairCheckFunc(checkRPCSameResponseType)
CheckRPCSameResponseType is a check function.
var CheckRPCSameServerStreaming = newMethodPairCheckFunc(checkRPCSameServerStreaming)
CheckRPCSameServerStreaming is a check function.
var CheckReservedEnumNoDelete = newEnumPairCheckFunc(checkReservedEnumNoDelete)
CheckReservedEnumNoDelete is a check function.
var CheckReservedMessageNoDelete = newMessagePairCheckFunc(checkReservedMessageNoDelete)
CheckReservedMessageNoDelete is a check function.
var CheckServiceNoDelete = newFilePairCheckFunc(checkServiceNoDelete)
CheckServiceNoDelete is a check function.
Functions ¶
This section is empty.
Types ¶
This section is empty.