package
Version:
v0.10.9
Opens a new window with list of versions in this module.
Published: Dec 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ContractPath struct {
Method string `yaml:"Method"`
URI string `yaml:"URI"`
Input *Input `yaml:"Input"`
Output *Output `yaml:"Output"`
}
type Input struct {
Type *Type `yaml:"Type"`
}
type Output struct {
Type *Type `yaml:"Type"`
}
Signature returns match component signature
Signature defines contract signature
Source Files
¶
Click to show internal directories.
Click to hide internal directories.