github.com/hellobchain/third_party@v0.0.0-20230331131523-deb0478a2e52/hyperledger/fabric-config/protolator/protoext/ledger/rwsetext/rwsetext_test.go (about) 1 /* 2 Copyright IBM Corp. All Rights Reserved. 3 4 SPDX-License-Identifier: Apache-2.0 5 */ 6 7 package rwsetext_test 8 9 import ( 10 "github.com/hellobchain/third_party/hyperledger/fabric-config/protolator" 11 "github.com/hellobchain/third_party/hyperledger/fabric-config/protolator/protoext/ledger/rwsetext" 12 ) 13 14 // ensure structs implement expected interfaces 15 var ( 16 _ protolator.DynamicSliceFieldProto = &rwsetext.TxReadWriteSet{} 17 _ protolator.DecoratedProto = &rwsetext.TxReadWriteSet{} 18 _ protolator.StaticallyOpaqueFieldProto = &rwsetext.DynamicNsReadWriteSet{} 19 _ protolator.DecoratedProto = &rwsetext.DynamicNsReadWriteSet{} 20 _ protolator.StaticallyOpaqueFieldProto = &rwsetext.DynamicCollectionHashedReadWriteSet{} 21 _ protolator.DecoratedProto = &rwsetext.DynamicCollectionHashedReadWriteSet{} 22 )