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

# Functions

New creates a new test API client.
NewTestReadOK creates a TestReadOK with default headers values.
NewTestReadParams creates a new TestReadParams object with the default values initialized.
NewTestReadParamsWithContext creates a new TestReadParams object with the default values initialized, and the ability to set a context for a request.
NewTestReadParamsWithHTTPClient creates a new TestReadParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewTestReadParamsWithTimeout creates a new TestReadParams object with the default values initialized, and the ability to set a timeout on a request.
NewTestReadUnauthorized creates a TestReadUnauthorized with default headers values.
NewTestWriteOK creates a TestWriteOK with default headers values.
NewTestWriteParams creates a new TestWriteParams object with the default values initialized.
NewTestWriteParamsWithContext creates a new TestWriteParams object with the default values initialized, and the ability to set a context for a request.
NewTestWriteParamsWithHTTPClient creates a new TestWriteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewTestWriteParamsWithTimeout creates a new TestWriteParams object with the default values initialized, and the ability to set a timeout on a request.
NewTestWriteUnauthorized creates a TestWriteUnauthorized with default headers values.

# Structs

Client for test API */.
TestReadOK handles this case with default header values.
TestReadParams contains all the parameters to send to the API endpoint for the test read operation typically these are written to a http.Request */.
TestReadReader is a Reader for the TestRead structure.
TestReadUnauthorized handles this case with default header values.
TestWriteOK handles this case with default header values.
TestWriteParams contains all the parameters to send to the API endpoint for the test write operation typically these are written to a http.Request */.
TestWriteReader is a Reader for the TestWrite structure.
TestWriteUnauthorized handles this case with default header values.

# Interfaces

API is the interface of the test client.