Versions in this module Expand all Collapse all v0 v0.1.0 Mar 13, 2024 Changes in this version + type Client struct + func (a *Client) NodeInfoGet(params *NodeInfoGetParams, opts ...ClientOption) (*NodeInfoGetOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + NodeInfoGet func(params *NodeInfoGetParams, opts ...ClientOption) (*NodeInfoGetOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type NodeInfoGetOK struct + Payload *models.Nodeinfo + func NewNodeInfoGetOK() *NodeInfoGetOK + func (o *NodeInfoGetOK) Code() int + func (o *NodeInfoGetOK) Error() string + func (o *NodeInfoGetOK) GetPayload() *models.Nodeinfo + func (o *NodeInfoGetOK) IsClientError() bool + func (o *NodeInfoGetOK) IsCode(code int) bool + func (o *NodeInfoGetOK) IsRedirect() bool + func (o *NodeInfoGetOK) IsServerError() bool + func (o *NodeInfoGetOK) IsSuccess() bool + func (o *NodeInfoGetOK) String() string + type NodeInfoGetParams struct + Context context.Context + HTTPClient *http.Client + func NewNodeInfoGetParams() *NodeInfoGetParams + func NewNodeInfoGetParamsWithContext(ctx context.Context) *NodeInfoGetParams + func NewNodeInfoGetParamsWithHTTPClient(client *http.Client) *NodeInfoGetParams + func NewNodeInfoGetParamsWithTimeout(timeout time.Duration) *NodeInfoGetParams + func (o *NodeInfoGetParams) SetContext(ctx context.Context) + func (o *NodeInfoGetParams) SetDefaults() + func (o *NodeInfoGetParams) SetHTTPClient(client *http.Client) + func (o *NodeInfoGetParams) SetTimeout(timeout time.Duration) + func (o *NodeInfoGetParams) WithContext(ctx context.Context) *NodeInfoGetParams + func (o *NodeInfoGetParams) WithDefaults() *NodeInfoGetParams + func (o *NodeInfoGetParams) WithHTTPClient(client *http.Client) *NodeInfoGetParams + func (o *NodeInfoGetParams) WithTimeout(timeout time.Duration) *NodeInfoGetParams + func (o *NodeInfoGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type NodeInfoGetReader struct + func (o *NodeInfoGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)