package
0.3.0
Repository: https://github.com/ledor473/lightstep-api-go.git
Documentation: pkg.go.dev

# Functions

New creates a new dashboards API client.
NewCreateDashboardBadRequest creates a CreateDashboardBadRequest with default headers values.
NewCreateDashboardNotFound creates a CreateDashboardNotFound with default headers values.
NewCreateDashboardOK creates a CreateDashboardOK with default headers values.
NewCreateDashboardParams creates a new CreateDashboardParams object with the default values initialized.
NewCreateDashboardParamsWithContext creates a new CreateDashboardParams object with the default values initialized, and the ability to set a context for a request.
NewCreateDashboardParamsWithHTTPClient creates a new CreateDashboardParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewCreateDashboardParamsWithTimeout creates a new CreateDashboardParams object with the default values initialized, and the ability to set a timeout on a request.
NewCreateDashboardUnauthorized creates a CreateDashboardUnauthorized with default headers values.
NewDeleteDashboardInternalServerError creates a DeleteDashboardInternalServerError with default headers values.
NewDeleteDashboardNoContent creates a DeleteDashboardNoContent with default headers values.
NewDeleteDashboardNotFound creates a DeleteDashboardNotFound with default headers values.
NewDeleteDashboardParams creates a new DeleteDashboardParams object with the default values initialized.
NewDeleteDashboardParamsWithContext creates a new DeleteDashboardParams object with the default values initialized, and the ability to set a context for a request.
NewDeleteDashboardParamsWithHTTPClient creates a new DeleteDashboardParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewDeleteDashboardParamsWithTimeout creates a new DeleteDashboardParams object with the default values initialized, and the ability to set a timeout on a request.
NewDeleteDashboardUnauthorized creates a DeleteDashboardUnauthorized with default headers values.
NewGetDashboardNotFound creates a GetDashboardNotFound with default headers values.
NewGetDashboardOK creates a GetDashboardOK with default headers values.
NewGetDashboardParams creates a new GetDashboardParams object with the default values initialized.
NewGetDashboardParamsWithContext creates a new GetDashboardParams object with the default values initialized, and the ability to set a context for a request.
NewGetDashboardParamsWithHTTPClient creates a new GetDashboardParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetDashboardParamsWithTimeout creates a new GetDashboardParams object with the default values initialized, and the ability to set a timeout on a request.
NewGetDashboardUnauthorized creates a GetDashboardUnauthorized with default headers values.
NewListDashboardsNotFound creates a ListDashboardsNotFound with default headers values.
NewListDashboardsOK creates a ListDashboardsOK with default headers values.
NewListDashboardsParams creates a new ListDashboardsParams object with the default values initialized.
NewListDashboardsParamsWithContext creates a new ListDashboardsParams object with the default values initialized, and the ability to set a context for a request.
NewListDashboardsParamsWithHTTPClient creates a new ListDashboardsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewListDashboardsParamsWithTimeout creates a new ListDashboardsParams object with the default values initialized, and the ability to set a timeout on a request.
NewListDashboardsUnauthorized creates a ListDashboardsUnauthorized with default headers values.
NewPatchDashboardBadRequest creates a PatchDashboardBadRequest with default headers values.
NewPatchDashboardInternalServerError creates a PatchDashboardInternalServerError with default headers values.
NewPatchDashboardNotFound creates a PatchDashboardNotFound with default headers values.
NewPatchDashboardOK creates a PatchDashboardOK with default headers values.
NewPatchDashboardParams creates a new PatchDashboardParams object with the default values initialized.
NewPatchDashboardParamsWithContext creates a new PatchDashboardParams object with the default values initialized, and the ability to set a context for a request.
NewPatchDashboardParamsWithHTTPClient creates a new PatchDashboardParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPatchDashboardParamsWithTimeout creates a new PatchDashboardParams object with the default values initialized, and the ability to set a timeout on a request.
NewPatchDashboardUnauthorized creates a PatchDashboardUnauthorized with default headers values.

# Structs

Client for dashboards API */.
CreateDashboardBadRequest handles this case with default header values.
CreateDashboardNotFound handles this case with default header values.
CreateDashboardOK handles this case with default header values.
CreateDashboardParams contains all the parameters to send to the API endpoint for the create dashboard operation typically these are written to a http.Request */.
CreateDashboardReader is a Reader for the CreateDashboard structure.
CreateDashboardUnauthorized handles this case with default header values.
DeleteDashboardInternalServerError handles this case with default header values.
DeleteDashboardNoContent handles this case with default header values.
DeleteDashboardNotFound handles this case with default header values.
DeleteDashboardParams contains all the parameters to send to the API endpoint for the delete dashboard operation typically these are written to a http.Request */.
DeleteDashboardReader is a Reader for the DeleteDashboard structure.
DeleteDashboardUnauthorized handles this case with default header values.
GetDashboardNotFound handles this case with default header values.
GetDashboardOK handles this case with default header values.
GetDashboardParams contains all the parameters to send to the API endpoint for the get dashboard operation typically these are written to a http.Request */.
GetDashboardReader is a Reader for the GetDashboard structure.
GetDashboardUnauthorized handles this case with default header values.
ListDashboardsNotFound handles this case with default header values.
ListDashboardsOK handles this case with default header values.
ListDashboardsParams contains all the parameters to send to the API endpoint for the list dashboards operation typically these are written to a http.Request */.
ListDashboardsReader is a Reader for the ListDashboards structure.
ListDashboardsUnauthorized handles this case with default header values.
PatchDashboardBadRequest handles this case with default header values.
PatchDashboardInternalServerError handles this case with default header values.
PatchDashboardNotFound handles this case with default header values.
PatchDashboardOK handles this case with default header values.
PatchDashboardParams contains all the parameters to send to the API endpoint for the patch dashboard operation typically these are written to a http.Request */.
PatchDashboardReader is a Reader for the PatchDashboard structure.
PatchDashboardUnauthorized handles this case with default header values.

# Interfaces

API is the interface of the dashboards client.