Documentation ¶
Index ¶
- func LogHTTP(t *testing.T, http *http.Response, requestBody interface{}, ...)
- type BEApiClient
- func (c *BEApiClient) JetDropRecords(t *testing.T, jetDropID string, localVarOptionals *client.JetDropRecordsOpts) (response client.ObjectLifelineResponse200)
- func (c *BEApiClient) JetDropRecordsWithError(t *testing.T, jetDropID string, localVarOptionals *client.JetDropRecordsOpts, ...) (response client.ObjectLifelineResponse200)
- func (c *BEApiClient) JetDropsByID(t *testing.T, jetDropID string) (response client.JetDropByIdResponse200)
- func (c *BEApiClient) JetDropsByIDWithError(t *testing.T, jetDropID string, expError string) (response client.JetDropByIdResponse200)
- func (c *BEApiClient) JetDropsByJetID(t *testing.T, jetID string, opts *client.JetDropsByJetIDOpts) (response client.JetDropsByJetIdResponse200)
- func (c *BEApiClient) JetDropsByJetIDWithError(t *testing.T, jetID string, opts *client.JetDropsByJetIDOpts, expError string) (response client.JetDropsByJetIdResponse200)
- func (c *BEApiClient) JetDropsByPulseNumber(t *testing.T, pulseNumber int64, ...) (response client.JetDropsByJetIdResponse200)
- func (c *BEApiClient) JetDropsByPulseNumberWithError(t *testing.T, pulseNumber int64, ...) (response client.JetDropsByJetIdResponse200)
- func (c *BEApiClient) ObjectLifeline(t *testing.T, objectRef string, localVarOptionals *client.ObjectLifelineOpts) (response client.ObjectLifelineResponse200)
- func (c *BEApiClient) Pulse(t *testing.T, pulseNumber int64) (response client.PulseResponse200)
- func (c *BEApiClient) PulseWithError(t *testing.T, pulseNumber int64, expError string) (response client.PulseResponse200)
- func (c *BEApiClient) Pulses(t *testing.T, localVarOptionals *client.PulsesOpts) (response client.PulsesResponse200)
- func (c *BEApiClient) PulsesWithError(t *testing.T, localVarOptionals *client.PulsesOpts, expError string) (response client.PulsesResponse200)
- func (c *BEApiClient) Search(t *testing.T, value string) (response client.SearchResponse200)
- func (c *BEApiClient) SearchWithError(t *testing.T, value string, expError string) (response client.SearchResponse200)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BEApiClient ¶
func GetHTTPClient ¶
func GetHTTPClient() *BEApiClient
func NewBeAPIClient ¶
func NewBeAPIClient(basePath string) *BEApiClient
func (*BEApiClient) JetDropRecords ¶
func (c *BEApiClient) JetDropRecords(t *testing.T, jetDropID string, localVarOptionals *client.JetDropRecordsOpts) (response client.ObjectLifelineResponse200)
func (*BEApiClient) JetDropRecordsWithError ¶
func (c *BEApiClient) JetDropRecordsWithError(t *testing.T, jetDropID string, localVarOptionals *client.JetDropRecordsOpts, expError string) (response client.ObjectLifelineResponse200)
func (*BEApiClient) JetDropsByID ¶
func (c *BEApiClient) JetDropsByID(t *testing.T, jetDropID string) (response client.JetDropByIdResponse200)
func (*BEApiClient) JetDropsByIDWithError ¶
func (c *BEApiClient) JetDropsByIDWithError(t *testing.T, jetDropID string, expError string) (response client.JetDropByIdResponse200)
func (*BEApiClient) JetDropsByJetID ¶
func (c *BEApiClient) JetDropsByJetID(t *testing.T, jetID string, opts *client.JetDropsByJetIDOpts) (response client.JetDropsByJetIdResponse200)
func (*BEApiClient) JetDropsByJetIDWithError ¶
func (c *BEApiClient) JetDropsByJetIDWithError(t *testing.T, jetID string, opts *client.JetDropsByJetIDOpts, expError string) (response client.JetDropsByJetIdResponse200)
func (*BEApiClient) JetDropsByPulseNumber ¶
func (c *BEApiClient) JetDropsByPulseNumber(t *testing.T, pulseNumber int64, localVarOptionals *client.JetDropsByPulseNumberOpts) (response client.JetDropsByJetIdResponse200)
func (*BEApiClient) JetDropsByPulseNumberWithError ¶
func (c *BEApiClient) JetDropsByPulseNumberWithError(t *testing.T, pulseNumber int64, localVarOptionals *client.JetDropsByPulseNumberOpts, expError string) (response client.JetDropsByJetIdResponse200)
func (*BEApiClient) ObjectLifeline ¶
func (c *BEApiClient) ObjectLifeline(t *testing.T, objectRef string, localVarOptionals *client.ObjectLifelineOpts) (response client.ObjectLifelineResponse200)
func (*BEApiClient) Pulse ¶
func (c *BEApiClient) Pulse(t *testing.T, pulseNumber int64) (response client.PulseResponse200)
func (*BEApiClient) PulseWithError ¶
func (c *BEApiClient) PulseWithError(t *testing.T, pulseNumber int64, expError string) (response client.PulseResponse200)
func (*BEApiClient) Pulses ¶
func (c *BEApiClient) Pulses(t *testing.T, localVarOptionals *client.PulsesOpts) (response client.PulsesResponse200)
func (*BEApiClient) PulsesWithError ¶
func (c *BEApiClient) PulsesWithError(t *testing.T, localVarOptionals *client.PulsesOpts, expError string) (response client.PulsesResponse200)
func (*BEApiClient) Search ¶
func (c *BEApiClient) Search(t *testing.T, value string) (response client.SearchResponse200)
func (*BEApiClient) SearchWithError ¶
func (c *BEApiClient) SearchWithError(t *testing.T, value string, expError string) (response client.SearchResponse200)
Click to show internal directories.
Click to hide internal directories.