package
0.0.0-20220126145513-7b3e9a72af01
Repository: https://github.com/piper-validation/fortify-client-go.git
Documentation: pkg.go.dev

# Functions

New creates a new issue controller API client.
NewListIssueBadRequest creates a ListIssueBadRequest with default headers values.
NewListIssueConflict creates a ListIssueConflict with default headers values.
NewListIssueForbidden creates a ListIssueForbidden with default headers values.
NewListIssueInternalServerError creates a ListIssueInternalServerError with default headers values.
NewListIssueNotFound creates a ListIssueNotFound with default headers values.
NewListIssueOK creates a ListIssueOK with default headers values.
NewListIssueParams creates a new ListIssueParams object with the default values initialized.
NewListIssueParamsWithContext creates a new ListIssueParams object with the default values initialized, and the ability to set a context for a request.
NewListIssueParamsWithHTTPClient creates a new ListIssueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewListIssueParamsWithTimeout creates a new ListIssueParams object with the default values initialized, and the ability to set a timeout on a request.
NewListIssueUnauthorized creates a ListIssueUnauthorized with default headers values.
NewReadIssueBadRequest creates a ReadIssueBadRequest with default headers values.
NewReadIssueConflict creates a ReadIssueConflict with default headers values.
NewReadIssueForbidden creates a ReadIssueForbidden with default headers values.
NewReadIssueInternalServerError creates a ReadIssueInternalServerError with default headers values.
NewReadIssueNotFound creates a ReadIssueNotFound with default headers values.
NewReadIssueOK creates a ReadIssueOK with default headers values.
NewReadIssueParams creates a new ReadIssueParams object with the default values initialized.
NewReadIssueParamsWithContext creates a new ReadIssueParams object with the default values initialized, and the ability to set a context for a request.
NewReadIssueParamsWithHTTPClient creates a new ReadIssueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewReadIssueParamsWithTimeout creates a new ReadIssueParams object with the default values initialized, and the ability to set a timeout on a request.
NewReadIssueUnauthorized creates a ReadIssueUnauthorized with default headers values.

# Structs

Client for issue controller API */.
ListIssueBadRequest handles this case with default header values.
ListIssueConflict handles this case with default header values.
ListIssueForbidden handles this case with default header values.
ListIssueInternalServerError handles this case with default header values.
ListIssueNotFound handles this case with default header values.
ListIssueOK handles this case with default header values.
ListIssueParams contains all the parameters to send to the API endpoint for the list issue operation typically these are written to a http.Request */.
ListIssueReader is a Reader for the ListIssue structure.
ListIssueUnauthorized handles this case with default header values.
ReadIssueBadRequest handles this case with default header values.
ReadIssueConflict handles this case with default header values.
ReadIssueForbidden handles this case with default header values.
ReadIssueInternalServerError handles this case with default header values.
ReadIssueNotFound handles this case with default header values.
ReadIssueOK handles this case with default header values.
ReadIssueParams contains all the parameters to send to the API endpoint for the read issue operation typically these are written to a http.Request */.
ReadIssueReader is a Reader for the ReadIssue structure.
ReadIssueUnauthorized handles this case with default header values.

# Interfaces

ClientService is the interface for Client methods.