changesets

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateAddressRefChangeset added in v0.3.0

type CreateAddressRefChangeset struct{}

CreateAddressRefChangeset creates address ref entries in the Catalog service.

func (CreateAddressRefChangeset) Apply added in v0.3.0

Apply executes the changeset, adding the address refs to the Catalog service.

func (CreateAddressRefChangeset) VerifyPreconditions added in v0.3.0

VerifyPreconditions ensures the input is valid.

type CreateAddressRefChangesetInput added in v0.3.0

type CreateAddressRefChangesetInput struct {
	AddressRefs []cldfdatastore.AddressRef `json:"addressRefs"`
}

type CreateChainMetadataChangeset

type CreateChainMetadataChangeset struct{}

CreateChainMetadataChangeset creates chain metadata entries in the Catalog service.

func (CreateChainMetadataChangeset) Apply

Apply executes the changeset, adding the chain metadata to the Catalog service.

func (CreateChainMetadataChangeset) VerifyPreconditions

VerifyPreconditions ensures the input is valid.

type CreateChainMetadataChangesetInput

type CreateChainMetadataChangesetInput struct {
	ChainMetadata []cldfdatastore.ChainMetadata `json:"chainMetadata"`
}

type CreateContractMetadataChangeset

type CreateContractMetadataChangeset struct{}

CreateContractMetadataChangeset creates contract metadata entries in the Catalog service.

func (CreateContractMetadataChangeset) Apply

Apply executes the changeset, adding the contract metadata to the Catalog service.

func (CreateContractMetadataChangeset) VerifyPreconditions

VerifyPreconditions ensures the input is valid.

type CreateContractMetadataChangesetInput

type CreateContractMetadataChangesetInput struct {
	ContractMetadata []cldfdatastore.ContractMetadata `json:"contractMetadata"`
}

type UpdateAddressRefChangeset added in v0.3.0

type UpdateAddressRefChangeset struct{}

UpdateAddressRefChangeset updates existing address ref entries in the Catalog service.

func (UpdateAddressRefChangeset) Apply added in v0.3.0

Apply executes the changeset, updating the address refs in the Catalog service.

func (UpdateAddressRefChangeset) VerifyPreconditions added in v0.3.0

VerifyPreconditions ensures the input is valid.

type UpdateAddressRefChangesetInput added in v0.3.0

type UpdateAddressRefChangesetInput struct {
	AddressRefs []cldfdatastore.AddressRef `json:"addressRefs"`
}

type UpdateChainMetadataChangeset added in v0.2.0

type UpdateChainMetadataChangeset struct{}

UpdateChainMetadataChangeset updates existing chain metadata entries in the Catalog service.

func (UpdateChainMetadataChangeset) Apply added in v0.2.0

Apply executes the changeset, updating the chain metadata in the Catalog service.

func (UpdateChainMetadataChangeset) VerifyPreconditions added in v0.2.0

VerifyPreconditions ensures the input is valid.

type UpdateChainMetadataChangesetInput added in v0.2.0

type UpdateChainMetadataChangesetInput struct {
	ChainMetadata []cldfdatastore.ChainMetadata `json:"chainMetadata"`
}

type UpdateContractMetadataChangeset added in v0.2.0

type UpdateContractMetadataChangeset struct{}

UpdateContractMetadataChangeset updates existing contract metadata entries in the Catalog service.

func (UpdateContractMetadataChangeset) Apply added in v0.2.0

Apply executes the changeset, updating the contract metadata in the Catalog service.

func (UpdateContractMetadataChangeset) VerifyPreconditions added in v0.2.0

VerifyPreconditions ensures the input is valid.

type UpdateContractMetadataChangesetInput added in v0.2.0

type UpdateContractMetadataChangesetInput struct {
	ContractMetadata []cldfdatastore.ContractMetadata `json:"contractMetadata"`
}

type UpdateEnvMetadataChangeset added in v0.3.0

type UpdateEnvMetadataChangeset struct{}

UpdateEnvMetadataChangeset updates existing env metadata entries in the Catalog service.

func (UpdateEnvMetadataChangeset) Apply added in v0.3.0

Apply executes the changeset, updating the env metadata in the Catalog service.

func (UpdateEnvMetadataChangeset) VerifyPreconditions added in v0.3.0

VerifyPreconditions ensures the input is valid.

type UpdateEnvMetadataChangesetInput added in v0.3.0

type UpdateEnvMetadataChangesetInput struct {
	EnvMetadata cldfdatastore.EnvMetadata `json:"envMetadata"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL