name tag for ref

This commit is contained in:
0xmuralik 2023-03-09 16:05:53 +05:30
parent f827ea46b8
commit 656b8dc79b
12 changed files with 107 additions and 106 deletions

View File

@ -6,7 +6,7 @@ import "gogoproto/gogo.proto";
option go_package = "github.com/cerc-io/laconicd/x/registry/types";
message HashReference{
string ref =1;
string ref =1 [(gogoproto.jsontag) = "/"];
}
message ServiceProviderRecord {

View File

@ -198,7 +198,7 @@ func (s *IntegrationTestSuite) TestGetCmdSetRecord() {
bondID := GetBondID(s)
dir, err := os.Getwd()
sr.NoError(err)
payloadPath := dir + "/../../helpers/examples/service_provider_example.yml"
payloadPath := dir + "/../../helpers/examples/watcher_registration_example.yml"
tc.args = append([]string{payloadPath, bondID}, tc.args...)
}

View File

@ -1,9 +1,9 @@
record:
hash_reference:
ref: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
/: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
targeted_arch: x86_64
runtime_version: go 1.18
repo_reference:
ref: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
/: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
version: 1.0.0
type: Binary

View File

@ -10,4 +10,4 @@ record:
chain_id: laconic_9000-1
network_id: "1392"
genesis_hash:
ref: f6fbe71210275adc7c7ef585a72c065cdb85f0c8d13dea0f229fd7c22d445a26
/: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D

View File

@ -1,8 +1,8 @@
record:
image_id: 77af4d6b9913
binary_reference:
ref: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
/: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
repo_reference:
ref: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
/: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
version: 1.0.0
type: DockerImage

View File

@ -2,6 +2,6 @@ record:
attr1: value1
attr2: value2
link1:
ref: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
/: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
link2:
ref: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
/: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9

View File

@ -1,8 +1,8 @@
record:
repo_reference:
ref: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
/: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
js_package_ref:
ref: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
/: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
version: 1.0.0
type: JSPackage
name: test-JSPackage

View File

@ -1,9 +1,9 @@
record:
service_provider_ref:
ref: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
/: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
auction_ref:
ref: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
/: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
watcher_ref:
ref: QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
/: QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
version: 1.0.0
type: ResponderContract

View File

@ -2,12 +2,12 @@ record:
metadata:
version: 0.32.0
chain_reference:
ref: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
/: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
repo_reference:
ref: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
/: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
wasm:
hash_reference:
ref: QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
/: QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
metadata:
compiler_version: 1.15.0
execution_engine_version: 0.16.1

View File

@ -2,9 +2,9 @@ record:
type: WebsiteRegistrationRecord
url: https://cerc.io
repo_reference:
ref: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
/: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
build_artifact_ref:
ref: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
/: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
tls_cert_ref:
ref: QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
/: QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
version: 1.0.0

View File

@ -45,7 +45,7 @@ func (suite *KeeperTestSuite) TestGrpcGetRecordLists() {
"/../helpers/examples/js_package_example.yml",
"/../helpers/examples/responder_contract_example.yml",
"/../helpers/examples/service_provider_example.yml",
"/../helpers/examples/watcher_registraion_example.yml",
"/../helpers/examples/watcher_registration_example.yml",
"/../helpers/examples/website_registration_example.yml",
}
testCases := []struct {
@ -110,7 +110,7 @@ func (suite *KeeperTestSuite) TestGrpcGetRecordLists() {
&registrytypes.QueryListRecordsRequest{
Attributes: []*registrytypes.QueryListRecordsRequest_KeyValueInput{
{
Key: "metadata---chain_reference---ref---",
Key: "metadata---chain_reference---/---",
Value: &registrytypes.QueryListRecordsRequest_ValueInput{
Type: "string",
String_: "QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9",

View File

@ -24,7 +24,7 @@ var _ = math.Inf
const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
type HashReference struct {
Ref string `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
Ref string `protobuf:"bytes,1,opt,name=ref,proto3" json:"/"`
}
func (m *HashReference) Reset() { *m = HashReference{} }
@ -1053,89 +1053,90 @@ func init() {
}
var fileDescriptor_f305abc771332c96 = []byte{
// 1307 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0x4f, 0x6f, 0x13, 0x47,
0x14, 0x67, 0x6d, 0x93, 0xe0, 0xe7, 0xfc, 0x63, 0x04, 0xc5, 0x09, 0x22, 0x0e, 0x46, 0x08, 0xa2,
0x14, 0x3b, 0x80, 0xa8, 0x50, 0x7b, 0x29, 0x01, 0x5a, 0x42, 0x4b, 0x1b, 0x0d, 0x14, 0xaa, 0xf6,
0xb0, 0x1d, 0xef, 0x4e, 0xec, 0x01, 0x7b, 0xc7, 0x9a, 0x1d, 0x27, 0xb8, 0x17, 0xa4, 0x9e, 0x7b,
0xe8, 0xad, 0x5f, 0xa1, 0x9f, 0xa0, 0xa7, 0x1e, 0x7b, 0xe8, 0x11, 0xa9, 0x97, 0xaa, 0x07, 0xab,
0x82, 0x53, 0x6f, 0x95, 0x3f, 0x40, 0x55, 0xcd, 0x9f, 0xdd, 0x1d, 0xdb, 0x01, 0xc9, 0xa4, 0xed,
0x6d, 0xe6, 0xbd, 0x79, 0xbf, 0xf7, 0xe6, 0x37, 0xef, 0x3d, 0xbf, 0x35, 0x6c, 0xec, 0xf5, 0xda,
0x01, 0x89, 0xd8, 0xd7, 0xb4, 0x2e, 0x68, 0x93, 0xc5, 0x52, 0xf4, 0xeb, 0x7b, 0x97, 0x1b, 0x54,
0x92, 0xcb, 0x75, 0x22, 0xa5, 0x60, 0x8d, 0x9e, 0xa4, 0x71, 0xad, 0x2b, 0xb8, 0xe4, 0x68, 0x25,
0x3d, 0x5c, 0x4b, 0x0e, 0xd7, 0xec, 0xe1, 0x95, 0x13, 0x4d, 0xde, 0xe4, 0xfa, 0x58, 0x5d, 0xad,
0x8c, 0x45, 0xf5, 0x2c, 0xcc, 0xdf, 0x21, 0x71, 0x0b, 0xd3, 0x5d, 0x2a, 0x68, 0x14, 0x50, 0xb4,
0x04, 0x79, 0x41, 0x77, 0xcb, 0xde, 0x9a, 0x77, 0xb1, 0x88, 0xd5, 0xb2, 0xfa, 0xfb, 0x0c, 0x9c,
0xbc, 0x4f, 0xc5, 0x1e, 0x0b, 0xe8, 0x8e, 0xe0, 0x7b, 0x2c, 0xa4, 0x02, 0xd3, 0x80, 0x8b, 0x10,
0x5d, 0x87, 0xd9, 0x06, 0x8f, 0x42, 0x9f, 0x85, 0xe6, 0xfc, 0x56, 0x65, 0x38, 0xa8, 0x9c, 0x7e,
0x1c, 0xf3, 0xe8, 0xdd, 0xaa, 0x52, 0x6c, 0x87, 0xd5, 0xb5, 0x3e, 0xe9, 0xb4, 0xd3, 0x1d, 0x9e,
0x31, 0x0b, 0x74, 0x0b, 0xa0, 0x4d, 0x02, 0x1e, 0xb1, 0x40, 0x19, 0xe7, 0xb4, 0xf1, 0xf9, 0xe1,
0xa0, 0x72, 0xd6, 0x18, 0x5b, 0x5d, 0x66, 0x9f, 0x09, 0x70, 0x31, 0x5d, 0xa3, 0x26, 0x14, 0x9e,
0x5e, 0xdb, 0xdc, 0x2c, 0xe7, 0xd7, 0xbc, 0x8b, 0xa5, 0x2b, 0xef, 0xd4, 0x5e, 0x7d, 0xfb, 0xda,
0x81, 0x17, 0xa8, 0x7d, 0x7e, 0x6d, 0x73, 0x73, 0xeb, 0xf4, 0x70, 0x50, 0x39, 0x65, 0xfc, 0x2a,
0xb4, 0xc4, 0xa5, 0x5e, 0x63, 0xed, 0x00, 0xd5, 0xa1, 0x20, 0xfb, 0x5d, 0x5a, 0x2e, 0xe8, 0x40,
0x1d, 0x03, 0x25, 0x4d, 0x0c, 0xf4, 0x1a, 0xeb, 0x83, 0xe8, 0x3d, 0x98, 0xdd, 0xa3, 0x22, 0x66,
0x3c, 0x2a, 0xcf, 0x68, 0x9b, 0xb3, 0xc3, 0x41, 0xe5, 0x8c, 0xb1, 0xb1, 0x8a, 0xc4, 0x2c, 0xd9,
0xe2, 0xc4, 0x62, 0xe5, 0xcf, 0x3c, 0x14, 0x54, 0x64, 0xe8, 0x0e, 0x94, 0x02, 0xde, 0xe9, 0xf0,
0xc8, 0x8f, 0x48, 0x87, 0x5a, 0x8e, 0x2f, 0x0c, 0x07, 0x95, 0x73, 0x06, 0xc9, 0x28, 0x3f, 0x21,
0x9d, 0x34, 0x06, 0x47, 0x82, 0x21, 0xdb, 0xa0, 0xaf, 0xe0, 0x38, 0x17, 0x4d, 0xc5, 0x0d, 0x91,
0x8c, 0x47, 0x7e, 0x2f, 0x62, 0xd2, 0xd2, 0x7e, 0x75, 0x38, 0xa8, 0xd4, 0x0d, 0x9e, 0x7b, 0xe4,
0xb3, 0x88, 0xc9, 0x04, 0x75, 0x42, 0x8e, 0x97, 0xc6, 0x45, 0x13, 0x1e, 0x74, 0xc4, 0xf9, 0xd7,
0x79, 0x70, 0xe3, 0x9e, 0x90, 0x8f, 0x7a, 0xd0, 0x77, 0xd8, 0x81, 0xf9, 0x36, 0x0f, 0x48, 0x9b,
0xc9, 0xbe, 0x41, 0x37, 0xaf, 0xb1, 0x31, 0x1c, 0x54, 0x2e, 0xd8, 0xb4, 0xb1, 0x6a, 0x17, 0x79,
0x44, 0x86, 0xe7, 0xdc, 0xad, 0xca, 0xc2, 0x58, 0x12, 0x49, 0x0d, 0xdc, 0xd1, 0xf1, 0x2c, 0xd4,
0x3a, 0x17, 0x2b, 0x13, 0xe0, 0x62, 0xba, 0x56, 0x6f, 0x1d, 0xf0, 0x5e, 0x24, 0x45, 0x7f, 0xf2,
0xad, 0xad, 0x22, 0x7b, 0x1e, 0xb3, 0xc5, 0x89, 0x45, 0xf5, 0xa7, 0x02, 0x2c, 0x3f, 0xa2, 0x8d,
0x98, 0x49, 0x8a, 0x4d, 0xce, 0xea, 0x0b, 0xdb, 0x02, 0xdb, 0x80, 0x7c, 0x4f, 0xb4, 0xed, 0xc3,
0x2f, 0x0f, 0x07, 0x95, 0x93, 0x06, 0xb6, 0x27, 0xda, 0x09, 0xa4, 0x5a, 0x62, 0x75, 0x0a, 0x3d,
0x83, 0x05, 0x41, 0xbb, 0xdc, 0x17, 0x49, 0x2d, 0xeb, 0x07, 0x2e, 0x5d, 0x59, 0x7f, 0x5d, 0x5d,
0x8c, 0x14, 0xff, 0xd6, 0xa5, 0xe1, 0xa0, 0xb2, 0x6e, 0x5c, 0x28, 0xa8, 0x54, 0x91, 0x38, 0x1b,
0x15, 0xe2, 0xf9, 0x91, 0x3d, 0xfa, 0xd6, 0x03, 0xd4, 0xe8, 0xb1, 0x76, 0xe8, 0x13, 0x21, 0xd9,
0x2e, 0x09, 0xa4, 0x8a, 0xc5, 0x56, 0xe7, 0x14, 0x51, 0x38, 0xf9, 0xa2, 0xe1, 0x6e, 0x58, 0x34,
0x4c, 0x77, 0xd3, 0x7e, 0x32, 0x2e, 0xc7, 0x4b, 0xe3, 0x22, 0x24, 0x61, 0x4e, 0xb6, 0x63, 0x3f,
0xa0, 0xc2, 0xc4, 0x51, 0x98, 0x36, 0x0e, 0xa7, 0xd2, 0x64, 0x3b, 0xbe, 0x49, 0x85, 0x1b, 0x81,
0x23, 0xc1, 0x90, 0x6d, 0xd2, 0x56, 0x71, 0xf4, 0xff, 0x68, 0x15, 0xd5, 0x5f, 0x73, 0x30, 0xff,
0x21, 0x93, 0x98, 0x76, 0x79, 0xcc, 0x24, 0x17, 0x7d, 0xe5, 0xdf, 0x69, 0x16, 0x8e, 0xff, 0xc8,
0x49, 0x64, 0xbd, 0xc6, 0xfa, 0x20, 0x7a, 0x78, 0x60, 0xda, 0x14, 0xb7, 0xea, 0xc3, 0x41, 0x65,
0x23, 0xcb, 0x85, 0x4c, 0xef, 0x26, 0x83, 0x23, 0x1d, 0xcf, 0x86, 0x8f, 0xa0, 0x14, 0xd2, 0x38,
0x10, 0xac, 0xab, 0x12, 0xda, 0xb6, 0x82, 0xf5, 0xe1, 0xa0, 0x72, 0xde, 0x80, 0x3a, 0xca, 0x04,
0xd1, 0x15, 0x61, 0xd7, 0xda, 0x25, 0xa9, 0x30, 0x2d, 0x49, 0x53, 0x3f, 0x49, 0xf5, 0x87, 0x1c,
0xcc, 0x6c, 0xb1, 0x88, 0x88, 0x3e, 0xda, 0x81, 0x85, 0x16, 0x89, 0x5b, 0x0e, 0x3b, 0xde, 0x94,
0x69, 0x84, 0xe7, 0x5b, 0x23, 0x3f, 0xb0, 0xe7, 0x60, 0x5e, 0x12, 0xd1, 0xa4, 0x92, 0xaa, 0x3a,
0x09, 0x5a, 0x86, 0x6e, 0x3c, 0x97, 0x08, 0x6f, 0x88, 0xa0, 0x85, 0x2e, 0xc0, 0xa2, 0xe8, 0x45,
0x92, 0x75, 0xa8, 0x9f, 0xdc, 0x5b, 0x13, 0x88, 0x17, 0xac, 0xf8, 0xa1, 0xbd, 0xdb, 0xce, 0xc4,
0xeb, 0x15, 0xa6, 0x8e, 0x6f, 0xf4, 0xdd, 0xca, 0x19, 0xd5, 0x9a, 0xb0, 0x8c, 0x47, 0x64, 0x79,
0xd4, 0x69, 0x6a, 0xa9, 0xfa, 0xdb, 0x83, 0xd2, 0x2d, 0x1e, 0x3c, 0xa1, 0x62, 0xbb, 0x43, 0x9a,
0x14, 0x2d, 0xc3, 0x31, 0xa6, 0x16, 0xe9, 0x4c, 0x80, 0x67, 0xf5, 0x7e, 0x3b, 0x44, 0x0f, 0x60,
0xa9, 0xa1, 0x49, 0x3d, 0x44, 0x87, 0xc2, 0x8b, 0x06, 0x22, 0x0b, 0x77, 0x92, 0x80, 0xfc, 0xbf,
0x47, 0x40, 0xe1, 0x60, 0x02, 0x8e, 0x3a, 0x04, 0x7c, 0x3f, 0x03, 0xcb, 0x8f, 0x88, 0x0c, 0x5a,
0x6a, 0xa8, 0x98, 0x68, 0xe0, 0x04, 0x8e, 0x75, 0xa8, 0x24, 0x21, 0x91, 0xc4, 0x26, 0xce, 0xed,
0xd7, 0xc5, 0xf5, 0x4a, 0xa0, 0x44, 0x73, 0xcf, 0x82, 0xe1, 0x14, 0xf6, 0x00, 0x02, 0x72, 0x87,
0x24, 0xe0, 0x01, 0x14, 0xf6, 0x49, 0xdc, 0xb1, 0x44, 0xbe, 0xff, 0x86, 0x01, 0xdf, 0xb8, 0x7f,
0xcf, 0xd4, 0x10, 0xd6, 0x68, 0xd3, 0xd1, 0xba, 0xf2, 0x0c, 0x16, 0xc7, 0xae, 0xec, 0x02, 0x78,
0xa3, 0x00, 0x18, 0x16, 0x83, 0x16, 0x61, 0xd1, 0x61, 0x38, 0x58, 0xd0, 0x08, 0xe9, 0x7e, 0xe5,
0x67, 0x0f, 0x20, 0xbb, 0xc3, 0x7f, 0xd0, 0x07, 0x42, 0x27, 0x35, 0x4c, 0xb4, 0x77, 0x0e, 0xcb,
0xf4, 0x64, 0x76, 0xac, 0xf4, 0x01, 0x4d, 0xea, 0xd1, 0x3a, 0x2c, 0x05, 0xbc, 0xd3, 0x65, 0x6d,
0x2a, 0xfc, 0x51, 0x4e, 0x17, 0x13, 0x79, 0xd2, 0x60, 0xae, 0x43, 0x99, 0x3e, 0xa5, 0x41, 0x4f,
0x0f, 0x75, 0x34, 0x6a, 0xb2, 0x28, 0x6b, 0x49, 0xa6, 0x73, 0xbd, 0x95, 0xea, 0x6f, 0x6b, 0xb5,
0xb5, 0xac, 0xfe, 0x98, 0x83, 0xe3, 0x98, 0xc6, 0x5d, 0x1e, 0x85, 0x54, 0xdc, 0xe4, 0x91, 0x14,
0x24, 0x90, 0xe8, 0x4b, 0x38, 0x11, 0x9b, 0x59, 0xdc, 0xef, 0xda, 0x61, 0xdc, 0x4f, 0x3e, 0x38,
0xa6, 0xa2, 0x13, 0xc5, 0xe3, 0x23, 0xfd, 0x2e, 0xba, 0x0b, 0x25, 0xd2, 0x0b, 0x74, 0xa8, 0x0a,
0x73, 0xea, 0x24, 0x00, 0x6b, 0x6d, 0xb1, 0xf6, 0x0d, 0xe7, 0x6f, 0x34, 0xc5, 0x60, 0xd8, 0x4f,
0x5e, 0x6c, 0x77, 0xca, 0x96, 0xf2, 0x97, 0x07, 0xc5, 0xbb, 0xf7, 0x77, 0x48, 0xf0, 0x44, 0x75,
0xd4, 0xc9, 0xfa, 0xf6, 0x0e, 0x59, 0xdf, 0x9f, 0xc2, 0xc2, 0xe3, 0xd8, 0xef, 0x1a, 0xfc, 0x37,
0x23, 0x6a, 0xee, 0x71, 0x6c, 0xe3, 0x1b, 0xbb, 0x5e, 0xfe, 0xe0, 0xeb, 0x15, 0xb2, 0xeb, 0x29,
0x59, 0x36, 0x6f, 0x9b, 0x21, 0xa4, 0xfa, 0x4d, 0x0e, 0x4e, 0xdd, 0x34, 0x05, 0x38, 0xd1, 0x43,
0x91, 0x3b, 0xd1, 0xd8, 0xa1, 0xe5, 0x0c, 0x00, 0xeb, 0xb6, 0x43, 0x5f, 0x01, 0xc6, 0xe5, 0xdc,
0x5a, 0xfe, 0x62, 0x11, 0x17, 0x95, 0xe4, 0x81, 0x12, 0xa4, 0x6e, 0xf3, 0x8e, 0xdb, 0x57, 0xbf,
0xc1, 0x32, 0x1c, 0x33, 0xed, 0x83, 0x85, 0xc9, 0x4f, 0x9e, 0xde, 0x6f, 0x87, 0xca, 0x4f, 0x44,
0xe5, 0x3e, 0x17, 0x4f, 0x94, 0xd2, 0xfc, 0xf0, 0x15, 0xad, 0x64, 0x3b, 0x44, 0x1f, 0xc3, 0x5c,
0x93, 0x46, 0x34, 0x66, 0xb1, 0xaf, 0x8a, 0xbb, 0x3c, 0x3b, 0x2d, 0x8f, 0x25, 0x6b, 0xae, 0xa4,
0x5b, 0x1f, 0xfc, 0xf2, 0x62, 0xd5, 0x7b, 0xfe, 0x62, 0xd5, 0xfb, 0xe3, 0xc5, 0xaa, 0xf7, 0xdd,
0xcb, 0xd5, 0x23, 0xcf, 0x5f, 0xae, 0x1e, 0xf9, 0xed, 0xe5, 0xea, 0x91, 0x2f, 0xde, 0x6e, 0x32,
0xd9, 0xea, 0x35, 0x6a, 0x01, 0xef, 0xd4, 0x03, 0x2a, 0x82, 0x4b, 0x8c, 0xd7, 0xed, 0x67, 0x70,
0x58, 0x7f, 0x9a, 0xfd, 0x31, 0xa0, 0xe9, 0x68, 0xcc, 0xe8, 0x4f, 0xfb, 0xab, 0xff, 0x04, 0x00,
0x00, 0xff, 0xff, 0x55, 0x17, 0xd9, 0x4d, 0x3b, 0x10, 0x00, 0x00,
// 1315 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0xcf, 0x6f, 0x13, 0xc7,
0x17, 0x67, 0x63, 0x27, 0xc1, 0xcf, 0xf9, 0xc5, 0x08, 0xbe, 0x38, 0x41, 0xc4, 0xc1, 0x08, 0x91,
0x28, 0x5f, 0xec, 0x00, 0xa2, 0x42, 0xed, 0xa5, 0x04, 0x68, 0x09, 0x2d, 0x6d, 0x34, 0x50, 0xa8,
0xda, 0xc3, 0x76, 0xbc, 0x3b, 0xb1, 0x07, 0xec, 0x1d, 0x6b, 0x76, 0x9c, 0xe0, 0x5e, 0x90, 0x7a,
0xee, 0xa1, 0xb7, 0xfe, 0x0b, 0xfd, 0x0b, 0x7a, 0xea, 0xb1, 0x87, 0x1e, 0x91, 0x7a, 0xa9, 0x7a,
0xb0, 0x2a, 0x38, 0xb5, 0xa7, 0xca, 0x7f, 0x40, 0x55, 0xcd, 0x8f, 0xdd, 0x1d, 0xdb, 0x01, 0xc9,
0xa4, 0xed, 0x6d, 0xe6, 0xf3, 0xe6, 0x7d, 0xde, 0x9b, 0xcf, 0xbc, 0x79, 0x9e, 0x35, 0x6c, 0xee,
0x77, 0x5b, 0x01, 0x89, 0xd8, 0x97, 0xb4, 0x26, 0x68, 0x83, 0xc5, 0x52, 0xf4, 0x6a, 0xfb, 0x97,
0xeb, 0x54, 0x92, 0xcb, 0x35, 0x22, 0xa5, 0x60, 0xf5, 0xae, 0xa4, 0x71, 0xb5, 0x23, 0xb8, 0xe4,
0x68, 0x25, 0x5d, 0x5c, 0x4d, 0x16, 0x57, 0xed, 0xe2, 0x95, 0x93, 0x0d, 0xde, 0xe0, 0x7a, 0x59,
0x4d, 0x8d, 0x8c, 0x47, 0x65, 0x1d, 0xe6, 0xef, 0x90, 0xb8, 0x89, 0xe9, 0x1e, 0x15, 0x34, 0x0a,
0x28, 0x3a, 0x0d, 0x39, 0x41, 0xf7, 0x4a, 0xde, 0x9a, 0xb7, 0x5e, 0xd8, 0x9e, 0xfe, 0xa3, 0x5f,
0xf6, 0x6a, 0x58, 0x21, 0x95, 0x5f, 0x67, 0xe0, 0xd4, 0x7d, 0x2a, 0xf6, 0x59, 0x40, 0x77, 0x05,
0xdf, 0x67, 0x21, 0x15, 0x98, 0x06, 0x5c, 0x84, 0xe8, 0x3a, 0xcc, 0xd6, 0x79, 0x14, 0xfa, 0x2c,
0xb4, 0x6e, 0xe5, 0x41, 0xbf, 0x7c, 0xe6, 0x71, 0xcc, 0xa3, 0xb7, 0x2b, 0xca, 0xb0, 0x13, 0x56,
0xd6, 0x7a, 0xa4, 0xdd, 0x4a, 0x67, 0x78, 0xc6, 0x0c, 0xd0, 0x2d, 0x80, 0x16, 0x09, 0x78, 0xc4,
0x02, 0xe5, 0x3c, 0xa5, 0x9d, 0x2f, 0x0c, 0xfa, 0xe5, 0x73, 0xc6, 0xd9, 0xda, 0x32, 0xff, 0x0c,
0xc0, 0x85, 0x74, 0x8c, 0x1a, 0x90, 0x7f, 0x7a, 0x6d, 0x6b, 0xab, 0x94, 0x5b, 0xf3, 0xd6, 0x8b,
0x57, 0xde, 0xaa, 0xbe, 0x5a, 0x84, 0xea, 0xa1, 0x1b, 0xa8, 0x7e, 0x7a, 0x6d, 0x6b, 0x6b, 0xfb,
0xcc, 0xa0, 0x5f, 0x3e, 0x6d, 0xe2, 0x2a, 0xb6, 0x24, 0xa4, 0x1e, 0x63, 0x1d, 0x00, 0xd5, 0x20,
0x2f, 0x7b, 0x1d, 0x5a, 0xca, 0xeb, 0x44, 0x1d, 0x07, 0x85, 0x26, 0x0e, 0x7a, 0x8c, 0xf5, 0x42,
0xf4, 0x0e, 0xcc, 0xee, 0x53, 0x11, 0x33, 0x1e, 0x95, 0x66, 0xb4, 0xcf, 0xb9, 0x41, 0xbf, 0x7c,
0xd6, 0xf8, 0x58, 0x43, 0xe2, 0x96, 0x4c, 0x71, 0xe2, 0xb1, 0xf2, 0x7b, 0x0e, 0xf2, 0x2a, 0x33,
0x74, 0x07, 0x8a, 0x01, 0x6f, 0xb7, 0x79, 0xe4, 0x47, 0xa4, 0x4d, 0xad, 0xc6, 0x17, 0x07, 0xfd,
0xf2, 0x79, 0xc3, 0x64, 0x8c, 0x1f, 0x91, 0x76, 0x9a, 0x83, 0x83, 0x60, 0xc8, 0x26, 0xe8, 0x0b,
0x38, 0xc1, 0x45, 0x43, 0x69, 0x43, 0x24, 0xe3, 0x91, 0xdf, 0x8d, 0x98, 0xb4, 0xb2, 0x5f, 0x1d,
0xf4, 0xcb, 0x35, 0xc3, 0xe7, 0x2e, 0xf9, 0x24, 0x62, 0x32, 0x61, 0x1d, 0xc3, 0xf1, 0xd2, 0x28,
0x34, 0x16, 0x41, 0x67, 0x9c, 0x7b, 0x5d, 0x04, 0x37, 0xef, 0x31, 0x7c, 0x38, 0x82, 0xde, 0xc3,
0x2e, 0xcc, 0xb7, 0x78, 0x40, 0x5a, 0x4c, 0xf6, 0x0c, 0xbb, 0x39, 0x8d, 0xcd, 0x41, 0xbf, 0x7c,
0xd1, 0x96, 0x8d, 0x35, 0xbb, 0xcc, 0x43, 0x18, 0x9e, 0x73, 0xa7, 0xaa, 0x0a, 0x63, 0x49, 0x24,
0x35, 0x74, 0xd3, 0xa3, 0x55, 0xa8, 0x6d, 0x2e, 0x57, 0x06, 0xe0, 0x42, 0x3a, 0x56, 0x67, 0x1d,
0xf0, 0x6e, 0x24, 0x45, 0x6f, 0xfc, 0xac, 0xad, 0x21, 0x3b, 0x1e, 0x33, 0xc5, 0x89, 0x47, 0xe5,
0x87, 0x3c, 0x2c, 0x3f, 0xa2, 0xf5, 0x98, 0x49, 0x8a, 0x4d, 0xcd, 0xea, 0x0d, 0xdb, 0x0b, 0xb6,
0x09, 0xb9, 0xae, 0x68, 0xd9, 0x83, 0x5f, 0x1e, 0xf4, 0xcb, 0xa7, 0x0c, 0x6d, 0x57, 0xb4, 0x12,
0x4a, 0x35, 0xc4, 0x6a, 0x15, 0x7a, 0x06, 0x0b, 0x82, 0x76, 0xb8, 0x2f, 0x92, 0x2b, 0xad, 0x0f,
0xb8, 0x78, 0x65, 0xe3, 0x75, 0xf7, 0x62, 0xa8, 0x07, 0x6c, 0x5f, 0x1a, 0xf4, 0xcb, 0x1b, 0x26,
0x84, 0xa2, 0x4a, 0x0d, 0x49, 0xb0, 0x61, 0x10, 0xcf, 0x0f, 0xcd, 0xd1, 0xd7, 0x1e, 0xa0, 0x7a,
0x97, 0xb5, 0x42, 0x9f, 0x08, 0xc9, 0xf6, 0x48, 0x20, 0x55, 0x2e, 0xf6, 0x76, 0x4e, 0x90, 0x85,
0x53, 0x2f, 0x9a, 0xee, 0x86, 0x65, 0xc3, 0x74, 0x2f, 0xed, 0x27, 0xa3, 0x38, 0x5e, 0x1a, 0x85,
0x90, 0x84, 0x39, 0xd9, 0x8a, 0xfd, 0x80, 0x0a, 0x93, 0x47, 0x7e, 0xd2, 0x3c, 0x9c, 0x9b, 0x26,
0x5b, 0xf1, 0x4d, 0x2a, 0xdc, 0x0c, 0x1c, 0x04, 0x43, 0x36, 0x49, 0x5b, 0xc5, 0xf4, 0x7f, 0xd1,
0x2a, 0x2a, 0x3f, 0x4f, 0xc1, 0xfc, 0xfb, 0x4c, 0x62, 0xda, 0xe1, 0x31, 0x93, 0x5c, 0xf4, 0x54,
0x7c, 0xa7, 0x59, 0x38, 0xf1, 0x23, 0xa7, 0x90, 0xf5, 0x18, 0xeb, 0x85, 0xe8, 0xe1, 0xa1, 0x65,
0x53, 0xd8, 0xae, 0x0d, 0xfa, 0xe5, 0xcd, 0xac, 0x16, 0x32, 0xbb, 0x5b, 0x0c, 0x0e, 0x3a, 0x5a,
0x0d, 0x1f, 0x40, 0x31, 0xa4, 0x71, 0x20, 0x58, 0x47, 0x15, 0xb4, 0x6d, 0x05, 0x1b, 0x83, 0x7e,
0xf9, 0x82, 0x21, 0x75, 0x8c, 0x09, 0xa3, 0x0b, 0x61, 0xd7, 0xdb, 0x15, 0x29, 0x3f, 0xa9, 0x48,
0x13, 0x1f, 0x49, 0xe5, 0xbb, 0x29, 0x98, 0xd9, 0x66, 0x11, 0x11, 0x3d, 0xb4, 0x0b, 0x0b, 0x4d,
0x12, 0x37, 0x1d, 0x75, 0xbc, 0x09, 0xcb, 0x08, 0xcf, 0x37, 0x87, 0x7e, 0x67, 0xcf, 0xc3, 0xbc,
0x24, 0xa2, 0x41, 0x25, 0x55, 0xf7, 0x24, 0x68, 0x1a, 0xb9, 0xf1, 0x5c, 0x02, 0xde, 0x10, 0x41,
0x13, 0x5d, 0x84, 0x45, 0xd1, 0x8d, 0x24, 0x6b, 0x53, 0x3f, 0xd9, 0xb7, 0x16, 0x10, 0x2f, 0x58,
0xf8, 0xa1, 0xdd, 0xdb, 0xee, 0xd8, 0xe9, 0xe5, 0x27, 0xce, 0x6f, 0xf8, 0xdc, 0x4a, 0x99, 0xd4,
0x5a, 0xb0, 0x4c, 0x47, 0x64, 0x75, 0xd4, 0x65, 0x6a, 0xa5, 0xfa, 0xcb, 0x83, 0xe2, 0x2d, 0x1e,
0x3c, 0xa1, 0x62, 0xa7, 0x4d, 0x1a, 0x14, 0x2d, 0xc3, 0x71, 0xa6, 0x06, 0xe9, 0x9b, 0x00, 0xcf,
0xea, 0xf9, 0x4e, 0x88, 0x1e, 0xc0, 0x52, 0x5d, 0x8b, 0x7a, 0x84, 0x0e, 0x85, 0x17, 0x0d, 0x45,
0x96, 0xee, 0xb8, 0x00, 0xb9, 0x7f, 0x4e, 0x80, 0xfc, 0xe1, 0x02, 0x4c, 0x3b, 0x02, 0x7c, 0x3b,
0x03, 0xcb, 0x8f, 0x88, 0x0c, 0x9a, 0xea, 0x51, 0x31, 0xd6, 0xc0, 0x09, 0x1c, 0x6f, 0x53, 0x49,
0x42, 0x22, 0x89, 0x2d, 0x9c, 0xdb, 0xaf, 0xcb, 0xeb, 0x95, 0x44, 0x89, 0xe5, 0x9e, 0x25, 0xc3,
0x29, 0xed, 0x21, 0x02, 0x4c, 0x1d, 0x51, 0x80, 0x07, 0x90, 0x3f, 0x20, 0x71, 0xdb, 0x0a, 0xf9,
0xee, 0x1b, 0x26, 0x7c, 0xe3, 0xfe, 0x3d, 0x73, 0x87, 0xb0, 0x66, 0x9b, 0x4c, 0xd6, 0x95, 0x67,
0xb0, 0x38, 0xb2, 0x65, 0x97, 0xc0, 0x1b, 0x26, 0xc0, 0xb0, 0x18, 0x34, 0x09, 0x8b, 0x8e, 0xa2,
0xc1, 0x82, 0x66, 0x48, 0xe7, 0x2b, 0x3f, 0x7a, 0x00, 0xd9, 0x1e, 0xfe, 0x85, 0x3e, 0x10, 0x3a,
0xa5, 0x61, 0xb2, 0xbd, 0x73, 0x54, 0xa5, 0xc7, 0xab, 0x63, 0xa5, 0x07, 0x68, 0xdc, 0x8e, 0x36,
0x60, 0x29, 0xe0, 0xed, 0x0e, 0x6b, 0x51, 0xe1, 0x0f, 0x6b, 0xba, 0x98, 0xe0, 0x49, 0x83, 0xb9,
0x0e, 0x25, 0xfa, 0x94, 0x06, 0x5d, 0xfd, 0xa8, 0xa3, 0x51, 0x83, 0x45, 0x59, 0x4b, 0x32, 0x9d,
0xeb, 0x7f, 0xa9, 0xfd, 0xb6, 0x36, 0x5b, 0xcf, 0xca, 0xf7, 0x53, 0x70, 0x02, 0xd3, 0xb8, 0xc3,
0xa3, 0x90, 0x8a, 0x9b, 0x3c, 0x92, 0x82, 0x04, 0x12, 0x7d, 0x0e, 0x27, 0x63, 0xf3, 0x16, 0xf7,
0x3b, 0xf6, 0x31, 0xee, 0x27, 0xdf, 0x1d, 0x13, 0xc9, 0x89, 0xe2, 0xd1, 0x27, 0xfd, 0x1e, 0xba,
0x0b, 0x45, 0xd2, 0x0d, 0x74, 0xaa, 0x8a, 0x73, 0xe2, 0x22, 0x00, 0xeb, 0x6d, 0xb9, 0x0e, 0x8c,
0xe6, 0x6f, 0xf4, 0x8a, 0xc1, 0x70, 0x90, 0x9c, 0xd8, 0xde, 0x84, 0x2d, 0xe5, 0x4f, 0x0f, 0x0a,
0x77, 0xef, 0xef, 0x92, 0xe0, 0x89, 0xea, 0xa8, 0xe3, 0xf7, 0xdb, 0x3b, 0xe2, 0xfd, 0xfe, 0x18,
0x16, 0x1e, 0xc7, 0x7e, 0xc7, 0xf0, 0xbf, 0x99, 0x50, 0x73, 0x8f, 0x63, 0x9b, 0xdf, 0xc8, 0xf6,
0x72, 0x87, 0x6f, 0x2f, 0x9f, 0x6d, 0x4f, 0x61, 0xd9, 0x7b, 0xdb, 0x3c, 0x42, 0x2a, 0x5f, 0x4d,
0xc1, 0xe9, 0x9b, 0xe6, 0x02, 0x8e, 0xf5, 0x50, 0xe4, 0xbe, 0x68, 0xec, 0xa3, 0xe5, 0x2c, 0x00,
0xeb, 0xb4, 0x42, 0x5f, 0x11, 0xc6, 0xa5, 0xa9, 0xb5, 0xdc, 0x7a, 0x01, 0x17, 0x14, 0xf2, 0x40,
0x01, 0x69, 0xd8, 0x9c, 0x13, 0xf6, 0xd5, 0x67, 0xb0, 0x0c, 0xc7, 0x4d, 0xfb, 0x60, 0x61, 0xf2,
0x93, 0xa7, 0xe7, 0x3b, 0xa1, 0x8a, 0x13, 0x51, 0x79, 0xc0, 0xc5, 0x13, 0x65, 0x34, 0x3f, 0x7c,
0x05, 0x8b, 0xec, 0x84, 0xe8, 0x43, 0x98, 0x6b, 0xd0, 0x88, 0xc6, 0x2c, 0xf6, 0xd5, 0xe5, 0x2e,
0xcd, 0x4e, 0xaa, 0x63, 0xd1, 0xba, 0x2b, 0x74, 0xfb, 0xbd, 0x9f, 0x5e, 0xac, 0x7a, 0xcf, 0x5f,
0xac, 0x7a, 0xbf, 0xbd, 0x58, 0xf5, 0xbe, 0x79, 0xb9, 0x7a, 0xec, 0xf9, 0xcb, 0xd5, 0x63, 0xbf,
0xbc, 0x5c, 0x3d, 0xf6, 0xd9, 0xff, 0x1b, 0x4c, 0x36, 0xbb, 0xf5, 0x6a, 0xc0, 0xdb, 0xb5, 0x80,
0x8a, 0xe0, 0x12, 0xe3, 0x35, 0xfb, 0x19, 0x1c, 0xd6, 0x9e, 0x66, 0xff, 0x0f, 0x68, 0x39, 0xea,
0x33, 0xfa, 0x0b, 0xff, 0xea, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x43, 0x94, 0x1c, 0x5c, 0x42,
0x10, 0x00, 0x00,
}
func (m *HashReference) Marshal() (dAtA []byte, err error) {