Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractListenerInput ¶ added in v1.0.0
type ContractListenerInput struct { Name string `ffstruct:"ContractListener" json:"name,omitempty"` Topic string `ffstruct:"ContractListener" json:"topic,omitempty"` Options *fftypes.ContractListenerOptions `ffstruct:"ContractListener" json:"options,omitempty"` }
type ContractListenerInputWithLocation ¶ added in v1.0.0
type ContractListenerInputWithLocation struct { ContractListenerInput Location *fftypes.JSONAny `ffstruct:"ContractListener" json:"location,omitempty"` }
type FFISwaggerGen ¶
type FFISwaggerGen interface {
Generate(ctx context.Context, baseURL string, api *fftypes.ContractAPI, ffi *fftypes.FFI) *openapi3.T
}
func NewFFISwaggerGen ¶
func NewFFISwaggerGen() FFISwaggerGen
Click to show internal directories.
Click to hide internal directories.