init_data_contract

package
v0.0.45 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTool

func NewTool(collibraClient *http.Client) *chip.Tool[Input, Output]

Types

type Input

type Input struct {
	GovernedAssetID string `` /* 254-byte string literal not displayed */
	Manifest        string `` /* 202-byte string literal not displayed */
	ManifestID      string `` /* 383-byte string literal not displayed */
	Version         string `` /* 329-byte string literal not displayed */
	Name            string `` /* 338-byte string literal not displayed */
	DomainID        string `` /* 243-byte string literal not displayed */
}

type Output

type Output struct {
	ID            string `json:"id,omitempty" jsonschema:"The UUID of the data contract asset that was created or initialized"`
	Name          string `json:"name,omitempty" jsonschema:"The name of the data contract asset"`
	ManifestID    string `json:"manifestId,omitempty" jsonschema:"The unique identifier of the data contract manifest"`
	DomainName    string `json:"domainName,omitempty" jsonschema:"The name of the domain where the data contract asset is located"`
	DomainID      string `json:"domainId,omitempty" jsonschema:"The UUID of the domain where the data contract asset is located"`
	ActiveVersion string `json:"activeVersion,omitempty" jsonschema:"The version value of the currently active data contract manifest"`
	Format        string `` /* 134-byte string literal not displayed */
	Error         string `json:"error,omitempty" jsonschema:"Error message if the data contract could not be initialized"`
	Success       bool   `json:"success" jsonschema:"Whether the data contract was successfully initialized"`
}

Jump to

Keyboard shortcuts

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