File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ import (
1010)
1111
1212// CreateContractMetadataDeps holds non-serializable dependencies for the
13- // CatalogCreateContractMetadataOp operation.
13+ // CreateContractMetadataOp operation.
1414type CreateContractMetadataDeps struct {
1515 DataStore cldfdatastore.DataStore
1616}
1717
18- // CreateContractMetadataInput is the serializable input of a CatalogCreateContractMetadataOp invocation.
18+ // CreateContractMetadataInput is the serializable input of a CreateContractMetadataOp invocation.
1919type CreateContractMetadataInput struct {
2020 ContractMetadata []cldfdatastore.ContractMetadata
2121}
2222
23- // CreateContractMetadataOutput is the serializable output of a CatalogCreateContractMetadataOp invocation.
23+ // CreateContractMetadataOutput is the serializable output of a CreateContractMetadataOp invocation.
2424type CreateContractMetadataOutput struct {
2525 DataStore cldfdatastore.MutableDataStore
2626}
You can’t perform that action at this time.
0 commit comments