Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Input struct {
DataContractID string `` /* 190-byte string literal not displayed */
}
type Output ¶
type Output struct {
Manifest string `json:"manifest,omitempty" jsonschema:"The content of the active data contract manifest file"`
Error string `json:"error,omitempty" jsonschema:"Error message if the manifest could not be retrieved"`
Found bool `json:"found" jsonschema:"Whether the manifest was found"`
}
Click to show internal directories.
Click to hide internal directories.