signals

package
v0.0.0-...-d3fc958 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for signals API

func (*Client) GetV1SignalsAnalyticsGroupedMetrics

func (a *Client) GetV1SignalsAnalyticsGroupedMetrics(params *GetV1SignalsAnalyticsGroupedMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsAnalyticsGroupedMetricsOK, error)

GetV1SignalsAnalyticsGroupedMetrics generates grouped alert metrics

Generate a report of grouped metrics for Signals alerts

func (*Client) GetV1SignalsAnalyticsMttx

func (a *Client) GetV1SignalsAnalyticsMttx(params *GetV1SignalsAnalyticsMttxParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsAnalyticsMttxOK, error)

GetV1SignalsAnalyticsMttx gets m t t x metrics for signals alerts

Get mean-time-to-acknowledged (MTTA) and mean-time-to-resolved (MTTR) metrics for Signals alerts

func (*Client) GetV1SignalsAnalyticsTimeseries

func (a *Client) GetV1SignalsAnalyticsTimeseries(params *GetV1SignalsAnalyticsTimeseriesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsAnalyticsTimeseriesOK, error)

GetV1SignalsAnalyticsTimeseries generates timeseries alert metrics

Generate a timeseries-based report of metrics for Signals alerts

func (*Client) GetV1SignalsIngestURL

func (a *Client) GetV1SignalsIngestURL(params *GetV1SignalsIngestURLParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsIngestURLOK, error)

GetV1SignalsIngestURL retrieves the url for ingesting signals

Retrieve the url for ingesting signals for your organization

func (*Client) GetV1SignalsTransposers

func (a *Client) GetV1SignalsTransposers(params *GetV1SignalsTransposersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsTransposersOK, error)

GetV1SignalsTransposers get v1 signals transposers API

func (*Client) PostV1SignalsDebugger

func (a *Client) PostV1SignalsDebugger(params *PostV1SignalsDebuggerParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1SignalsDebuggerCreated, error)

PostV1SignalsDebugger post v1 signals debugger API

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetV1SignalsAnalyticsGroupedMetrics(params *GetV1SignalsAnalyticsGroupedMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsAnalyticsGroupedMetricsOK, error)

	GetV1SignalsAnalyticsMttx(params *GetV1SignalsAnalyticsMttxParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsAnalyticsMttxOK, error)

	GetV1SignalsAnalyticsTimeseries(params *GetV1SignalsAnalyticsTimeseriesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsAnalyticsTimeseriesOK, error)

	GetV1SignalsIngestURL(params *GetV1SignalsIngestURLParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsIngestURLOK, error)

	GetV1SignalsTransposers(params *GetV1SignalsTransposersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsTransposersOK, error)

	PostV1SignalsDebugger(params *PostV1SignalsDebuggerParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1SignalsDebuggerCreated, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new signals API client.

type GetV1SignalsAnalyticsGroupedMetricsOK

type GetV1SignalsAnalyticsGroupedMetricsOK struct {
}

GetV1SignalsAnalyticsGroupedMetricsOK describes a response with status code 200, with default header values.

Generate a report of grouped metrics for Signals alerts

func NewGetV1SignalsAnalyticsGroupedMetricsOK

func NewGetV1SignalsAnalyticsGroupedMetricsOK() *GetV1SignalsAnalyticsGroupedMetricsOK

NewGetV1SignalsAnalyticsGroupedMetricsOK creates a GetV1SignalsAnalyticsGroupedMetricsOK with default headers values

func (*GetV1SignalsAnalyticsGroupedMetricsOK) Error

func (*GetV1SignalsAnalyticsGroupedMetricsOK) IsClientError

func (o *GetV1SignalsAnalyticsGroupedMetricsOK) IsClientError() bool

IsClientError returns true when this get v1 signals analytics grouped metrics o k response has a 4xx status code

func (*GetV1SignalsAnalyticsGroupedMetricsOK) IsCode

IsCode returns true when this get v1 signals analytics grouped metrics o k response a status code equal to that given

func (*GetV1SignalsAnalyticsGroupedMetricsOK) IsRedirect

IsRedirect returns true when this get v1 signals analytics grouped metrics o k response has a 3xx status code

func (*GetV1SignalsAnalyticsGroupedMetricsOK) IsServerError

func (o *GetV1SignalsAnalyticsGroupedMetricsOK) IsServerError() bool

IsServerError returns true when this get v1 signals analytics grouped metrics o k response has a 5xx status code

func (*GetV1SignalsAnalyticsGroupedMetricsOK) IsSuccess

IsSuccess returns true when this get v1 signals analytics grouped metrics o k response has a 2xx status code

func (*GetV1SignalsAnalyticsGroupedMetricsOK) String

type GetV1SignalsAnalyticsGroupedMetricsParams

type GetV1SignalsAnalyticsGroupedMetricsParams struct {

	/* EndDate.

	   The end date to return metrics from

	   Format: date-time
	*/
	EndDate *strfmt.DateTime

	/* Environments.

	   A comma separated list of environment IDs
	*/
	Environments *string

	/* GroupBy.

	   String that determines how records are grouped
	*/
	GroupBy *string

	/* Services.

	   A comma separated list of service IDs
	*/
	Services *string

	/* SignalRules.

	   A comma separated list of signal rule IDs
	*/
	SignalRules *string

	/* SortBy.

	   String that determines how records are sorted
	*/
	SortBy *string

	/* SortDirection.

	   String that determines how records are sorted
	*/
	SortDirection *string

	/* StartDate.

	   The start date to return metrics from

	   Format: date-time
	*/
	StartDate *strfmt.DateTime

	/* Teams.

	   A comma separated list of team IDs
	*/
	Teams *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetV1SignalsAnalyticsGroupedMetricsParams contains all the parameters to send to the API endpoint

for the get v1 signals analytics grouped metrics operation.

Typically these are written to a http.Request.

func NewGetV1SignalsAnalyticsGroupedMetricsParams

func NewGetV1SignalsAnalyticsGroupedMetricsParams() *GetV1SignalsAnalyticsGroupedMetricsParams

NewGetV1SignalsAnalyticsGroupedMetricsParams creates a new GetV1SignalsAnalyticsGroupedMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetV1SignalsAnalyticsGroupedMetricsParamsWithContext

func NewGetV1SignalsAnalyticsGroupedMetricsParamsWithContext(ctx context.Context) *GetV1SignalsAnalyticsGroupedMetricsParams

NewGetV1SignalsAnalyticsGroupedMetricsParamsWithContext creates a new GetV1SignalsAnalyticsGroupedMetricsParams object with the ability to set a context for a request.

func NewGetV1SignalsAnalyticsGroupedMetricsParamsWithHTTPClient

func NewGetV1SignalsAnalyticsGroupedMetricsParamsWithHTTPClient(client *http.Client) *GetV1SignalsAnalyticsGroupedMetricsParams

NewGetV1SignalsAnalyticsGroupedMetricsParamsWithHTTPClient creates a new GetV1SignalsAnalyticsGroupedMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsAnalyticsGroupedMetricsParamsWithTimeout

func NewGetV1SignalsAnalyticsGroupedMetricsParamsWithTimeout(timeout time.Duration) *GetV1SignalsAnalyticsGroupedMetricsParams

NewGetV1SignalsAnalyticsGroupedMetricsParamsWithTimeout creates a new GetV1SignalsAnalyticsGroupedMetricsParams object with the ability to set a timeout on a request.

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetContext

SetContext adds the context to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetDefaults

SetDefaults hydrates default values in the get v1 signals analytics grouped metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetEndDate

SetEndDate adds the endDate to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetEnvironments

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetEnvironments(environments *string)

SetEnvironments adds the environments to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetGroupBy

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetGroupBy(groupBy *string)

SetGroupBy adds the groupBy to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetHTTPClient

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetServices

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetServices(services *string)

SetServices adds the services to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetSignalRules

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetSignalRules(signalRules *string)

SetSignalRules adds the signalRules to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetSortBy

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetSortDirection

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetSortDirection(sortDirection *string)

SetSortDirection adds the sortDirection to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetStartDate

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetStartDate(startDate *strfmt.DateTime)

SetStartDate adds the startDate to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetTeams

SetTeams adds the teams to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetTimeout

SetTimeout adds the timeout to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithContext

WithContext adds the context to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals analytics grouped metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithEndDate

WithEndDate adds the endDate to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithEnvironments

WithEnvironments adds the environments to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithGroupBy

WithGroupBy adds the groupBy to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithServices

WithServices adds the services to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithSignalRules

WithSignalRules adds the signalRules to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithSortBy

WithSortBy adds the sortBy to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithSortDirection

WithSortDirection adds the sortDirection to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithStartDate

WithStartDate adds the startDate to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithTeams

WithTeams adds the teams to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsAnalyticsGroupedMetricsReader

type GetV1SignalsAnalyticsGroupedMetricsReader struct {
	// contains filtered or unexported fields
}

GetV1SignalsAnalyticsGroupedMetricsReader is a Reader for the GetV1SignalsAnalyticsGroupedMetrics structure.

func (*GetV1SignalsAnalyticsGroupedMetricsReader) ReadResponse

func (o *GetV1SignalsAnalyticsGroupedMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetV1SignalsAnalyticsMttxOK

type GetV1SignalsAnalyticsMttxOK struct {
}

GetV1SignalsAnalyticsMttxOK describes a response with status code 200, with default header values.

Get mean-time-to-acknowledged (MTTA) and mean-time-to-resolved (MTTR) metrics for Signals alerts

func NewGetV1SignalsAnalyticsMttxOK

func NewGetV1SignalsAnalyticsMttxOK() *GetV1SignalsAnalyticsMttxOK

NewGetV1SignalsAnalyticsMttxOK creates a GetV1SignalsAnalyticsMttxOK with default headers values

func (*GetV1SignalsAnalyticsMttxOK) Error

func (*GetV1SignalsAnalyticsMttxOK) IsClientError

func (o *GetV1SignalsAnalyticsMttxOK) IsClientError() bool

IsClientError returns true when this get v1 signals analytics mttx o k response has a 4xx status code

func (*GetV1SignalsAnalyticsMttxOK) IsCode

func (o *GetV1SignalsAnalyticsMttxOK) IsCode(code int) bool

IsCode returns true when this get v1 signals analytics mttx o k response a status code equal to that given

func (*GetV1SignalsAnalyticsMttxOK) IsRedirect

func (o *GetV1SignalsAnalyticsMttxOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals analytics mttx o k response has a 3xx status code

func (*GetV1SignalsAnalyticsMttxOK) IsServerError

func (o *GetV1SignalsAnalyticsMttxOK) IsServerError() bool

IsServerError returns true when this get v1 signals analytics mttx o k response has a 5xx status code

func (*GetV1SignalsAnalyticsMttxOK) IsSuccess

func (o *GetV1SignalsAnalyticsMttxOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals analytics mttx o k response has a 2xx status code

func (*GetV1SignalsAnalyticsMttxOK) String

func (o *GetV1SignalsAnalyticsMttxOK) String() string

type GetV1SignalsAnalyticsMttxParams

type GetV1SignalsAnalyticsMttxParams struct {

	/* EndDate.

	   The end date to return metrics from

	   Format: date-time
	*/
	EndDate *strfmt.DateTime

	/* StartDate.

	   The start date to return metrics from

	   Format: date-time
	*/
	StartDate *strfmt.DateTime

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetV1SignalsAnalyticsMttxParams contains all the parameters to send to the API endpoint

for the get v1 signals analytics mttx operation.

Typically these are written to a http.Request.

func NewGetV1SignalsAnalyticsMttxParams

func NewGetV1SignalsAnalyticsMttxParams() *GetV1SignalsAnalyticsMttxParams

NewGetV1SignalsAnalyticsMttxParams creates a new GetV1SignalsAnalyticsMttxParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetV1SignalsAnalyticsMttxParamsWithContext

func NewGetV1SignalsAnalyticsMttxParamsWithContext(ctx context.Context) *GetV1SignalsAnalyticsMttxParams

NewGetV1SignalsAnalyticsMttxParamsWithContext creates a new GetV1SignalsAnalyticsMttxParams object with the ability to set a context for a request.

func NewGetV1SignalsAnalyticsMttxParamsWithHTTPClient

func NewGetV1SignalsAnalyticsMttxParamsWithHTTPClient(client *http.Client) *GetV1SignalsAnalyticsMttxParams

NewGetV1SignalsAnalyticsMttxParamsWithHTTPClient creates a new GetV1SignalsAnalyticsMttxParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsAnalyticsMttxParamsWithTimeout

func NewGetV1SignalsAnalyticsMttxParamsWithTimeout(timeout time.Duration) *GetV1SignalsAnalyticsMttxParams

NewGetV1SignalsAnalyticsMttxParamsWithTimeout creates a new GetV1SignalsAnalyticsMttxParams object with the ability to set a timeout on a request.

func (*GetV1SignalsAnalyticsMttxParams) SetContext

func (o *GetV1SignalsAnalyticsMttxParams) SetContext(ctx context.Context)

SetContext adds the context to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetDefaults

func (o *GetV1SignalsAnalyticsMttxParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals analytics mttx params (not the query body).

All values with no default are reset to their zero value.

func (*GetV1SignalsAnalyticsMttxParams) SetEndDate

func (o *GetV1SignalsAnalyticsMttxParams) SetEndDate(endDate *strfmt.DateTime)

SetEndDate adds the endDate to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetHTTPClient

func (o *GetV1SignalsAnalyticsMttxParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetStartDate

func (o *GetV1SignalsAnalyticsMttxParams) SetStartDate(startDate *strfmt.DateTime)

SetStartDate adds the startDate to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetTimeout

func (o *GetV1SignalsAnalyticsMttxParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithContext

WithContext adds the context to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals analytics mttx params (not the query body).

All values with no default are reset to their zero value.

func (*GetV1SignalsAnalyticsMttxParams) WithEndDate

WithEndDate adds the endDate to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithStartDate

WithStartDate adds the startDate to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsAnalyticsMttxReader

type GetV1SignalsAnalyticsMttxReader struct {
	// contains filtered or unexported fields
}

GetV1SignalsAnalyticsMttxReader is a Reader for the GetV1SignalsAnalyticsMttx structure.

func (*GetV1SignalsAnalyticsMttxReader) ReadResponse

func (o *GetV1SignalsAnalyticsMttxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetV1SignalsAnalyticsTimeseriesOK

type GetV1SignalsAnalyticsTimeseriesOK struct {
}

GetV1SignalsAnalyticsTimeseriesOK describes a response with status code 200, with default header values.

Generate a timeseries-based report of metrics for Signals alerts

func NewGetV1SignalsAnalyticsTimeseriesOK

func NewGetV1SignalsAnalyticsTimeseriesOK() *GetV1SignalsAnalyticsTimeseriesOK

NewGetV1SignalsAnalyticsTimeseriesOK creates a GetV1SignalsAnalyticsTimeseriesOK with default headers values

func (*GetV1SignalsAnalyticsTimeseriesOK) Error

func (*GetV1SignalsAnalyticsTimeseriesOK) IsClientError

func (o *GetV1SignalsAnalyticsTimeseriesOK) IsClientError() bool

IsClientError returns true when this get v1 signals analytics timeseries o k response has a 4xx status code

func (*GetV1SignalsAnalyticsTimeseriesOK) IsCode

func (o *GetV1SignalsAnalyticsTimeseriesOK) IsCode(code int) bool

IsCode returns true when this get v1 signals analytics timeseries o k response a status code equal to that given

func (*GetV1SignalsAnalyticsTimeseriesOK) IsRedirect

func (o *GetV1SignalsAnalyticsTimeseriesOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals analytics timeseries o k response has a 3xx status code

func (*GetV1SignalsAnalyticsTimeseriesOK) IsServerError

func (o *GetV1SignalsAnalyticsTimeseriesOK) IsServerError() bool

IsServerError returns true when this get v1 signals analytics timeseries o k response has a 5xx status code

func (*GetV1SignalsAnalyticsTimeseriesOK) IsSuccess

func (o *GetV1SignalsAnalyticsTimeseriesOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals analytics timeseries o k response has a 2xx status code

func (*GetV1SignalsAnalyticsTimeseriesOK) String

type GetV1SignalsAnalyticsTimeseriesParams

type GetV1SignalsAnalyticsTimeseriesParams struct {

	/* Bucket.

	   String that determines how records are grouped
	*/
	Bucket *string

	/* EndDate.

	   The end date to return metrics from

	   Format: date-time
	*/
	EndDate *strfmt.DateTime

	/* StartDate.

	   The start date to return metrics from

	   Format: date-time
	*/
	StartDate *strfmt.DateTime

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetV1SignalsAnalyticsTimeseriesParams contains all the parameters to send to the API endpoint

for the get v1 signals analytics timeseries operation.

Typically these are written to a http.Request.

func NewGetV1SignalsAnalyticsTimeseriesParams

func NewGetV1SignalsAnalyticsTimeseriesParams() *GetV1SignalsAnalyticsTimeseriesParams

NewGetV1SignalsAnalyticsTimeseriesParams creates a new GetV1SignalsAnalyticsTimeseriesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetV1SignalsAnalyticsTimeseriesParamsWithContext

func NewGetV1SignalsAnalyticsTimeseriesParamsWithContext(ctx context.Context) *GetV1SignalsAnalyticsTimeseriesParams

NewGetV1SignalsAnalyticsTimeseriesParamsWithContext creates a new GetV1SignalsAnalyticsTimeseriesParams object with the ability to set a context for a request.

func NewGetV1SignalsAnalyticsTimeseriesParamsWithHTTPClient

func NewGetV1SignalsAnalyticsTimeseriesParamsWithHTTPClient(client *http.Client) *GetV1SignalsAnalyticsTimeseriesParams

NewGetV1SignalsAnalyticsTimeseriesParamsWithHTTPClient creates a new GetV1SignalsAnalyticsTimeseriesParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsAnalyticsTimeseriesParamsWithTimeout

func NewGetV1SignalsAnalyticsTimeseriesParamsWithTimeout(timeout time.Duration) *GetV1SignalsAnalyticsTimeseriesParams

NewGetV1SignalsAnalyticsTimeseriesParamsWithTimeout creates a new GetV1SignalsAnalyticsTimeseriesParams object with the ability to set a timeout on a request.

func (*GetV1SignalsAnalyticsTimeseriesParams) SetBucket

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetBucket(bucket *string)

SetBucket adds the bucket to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetContext

SetContext adds the context to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetDefaults

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals analytics timeseries params (not the query body).

All values with no default are reset to their zero value.

func (*GetV1SignalsAnalyticsTimeseriesParams) SetEndDate

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetEndDate(endDate *strfmt.DateTime)

SetEndDate adds the endDate to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetHTTPClient

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetStartDate

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetStartDate(startDate *strfmt.DateTime)

SetStartDate adds the startDate to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetTimeout

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithBucket

WithBucket adds the bucket to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithContext

WithContext adds the context to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals analytics timeseries params (not the query body).

All values with no default are reset to their zero value.

func (*GetV1SignalsAnalyticsTimeseriesParams) WithEndDate

WithEndDate adds the endDate to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithStartDate

WithStartDate adds the startDate to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsAnalyticsTimeseriesReader

type GetV1SignalsAnalyticsTimeseriesReader struct {
	// contains filtered or unexported fields
}

GetV1SignalsAnalyticsTimeseriesReader is a Reader for the GetV1SignalsAnalyticsTimeseries structure.

func (*GetV1SignalsAnalyticsTimeseriesReader) ReadResponse

func (o *GetV1SignalsAnalyticsTimeseriesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetV1SignalsIngestURLOK

type GetV1SignalsIngestURLOK struct {
	Payload *models.SignalsAPIIngestKeyEntity
}

GetV1SignalsIngestURLOK describes a response with status code 200, with default header values.

Retrieve the url for ingesting signals for your organization

func NewGetV1SignalsIngestURLOK

func NewGetV1SignalsIngestURLOK() *GetV1SignalsIngestURLOK

NewGetV1SignalsIngestURLOK creates a GetV1SignalsIngestURLOK with default headers values

func (*GetV1SignalsIngestURLOK) Error

func (o *GetV1SignalsIngestURLOK) Error() string

func (*GetV1SignalsIngestURLOK) GetPayload

func (*GetV1SignalsIngestURLOK) IsClientError

func (o *GetV1SignalsIngestURLOK) IsClientError() bool

IsClientError returns true when this get v1 signals ingest Url o k response has a 4xx status code

func (*GetV1SignalsIngestURLOK) IsCode

func (o *GetV1SignalsIngestURLOK) IsCode(code int) bool

IsCode returns true when this get v1 signals ingest Url o k response a status code equal to that given

func (*GetV1SignalsIngestURLOK) IsRedirect

func (o *GetV1SignalsIngestURLOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals ingest Url o k response has a 3xx status code

func (*GetV1SignalsIngestURLOK) IsServerError

func (o *GetV1SignalsIngestURLOK) IsServerError() bool

IsServerError returns true when this get v1 signals ingest Url o k response has a 5xx status code

func (*GetV1SignalsIngestURLOK) IsSuccess

func (o *GetV1SignalsIngestURLOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals ingest Url o k response has a 2xx status code

func (*GetV1SignalsIngestURLOK) String

func (o *GetV1SignalsIngestURLOK) String() string

type GetV1SignalsIngestURLParams

type GetV1SignalsIngestURLParams struct {

	/* EscalationPolicyID.

	   Escalation policy ID to send signals to directly. `team_id` is required if this is provided.
	*/
	EscalationPolicyID *string

	/* OnCallScheduleID.

	   On-call schedule ID to send signals to directly. `team_id` is required if this is provided.
	*/
	OnCallScheduleID *string

	/* TeamID.

	   Team ID to send signals to directly
	*/
	TeamID *string

	/* UserID.

	   User ID to send signals to directly
	*/
	UserID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetV1SignalsIngestURLParams contains all the parameters to send to the API endpoint

for the get v1 signals ingest Url operation.

Typically these are written to a http.Request.

func NewGetV1SignalsIngestURLParams

func NewGetV1SignalsIngestURLParams() *GetV1SignalsIngestURLParams

NewGetV1SignalsIngestURLParams creates a new GetV1SignalsIngestURLParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetV1SignalsIngestURLParamsWithContext

func NewGetV1SignalsIngestURLParamsWithContext(ctx context.Context) *GetV1SignalsIngestURLParams

NewGetV1SignalsIngestURLParamsWithContext creates a new GetV1SignalsIngestURLParams object with the ability to set a context for a request.

func NewGetV1SignalsIngestURLParamsWithHTTPClient

func NewGetV1SignalsIngestURLParamsWithHTTPClient(client *http.Client) *GetV1SignalsIngestURLParams

NewGetV1SignalsIngestURLParamsWithHTTPClient creates a new GetV1SignalsIngestURLParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsIngestURLParamsWithTimeout

func NewGetV1SignalsIngestURLParamsWithTimeout(timeout time.Duration) *GetV1SignalsIngestURLParams

NewGetV1SignalsIngestURLParamsWithTimeout creates a new GetV1SignalsIngestURLParams object with the ability to set a timeout on a request.

func (*GetV1SignalsIngestURLParams) SetContext

func (o *GetV1SignalsIngestURLParams) SetContext(ctx context.Context)

SetContext adds the context to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) SetDefaults

func (o *GetV1SignalsIngestURLParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals ingest Url params (not the query body).

All values with no default are reset to their zero value.

func (*GetV1SignalsIngestURLParams) SetEscalationPolicyID

func (o *GetV1SignalsIngestURLParams) SetEscalationPolicyID(escalationPolicyID *string)

SetEscalationPolicyID adds the escalationPolicyId to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) SetHTTPClient

func (o *GetV1SignalsIngestURLParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) SetOnCallScheduleID

func (o *GetV1SignalsIngestURLParams) SetOnCallScheduleID(onCallScheduleID *string)

SetOnCallScheduleID adds the onCallScheduleId to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) SetTeamID

func (o *GetV1SignalsIngestURLParams) SetTeamID(teamID *string)

SetTeamID adds the teamId to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) SetTimeout

func (o *GetV1SignalsIngestURLParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) SetUserID

func (o *GetV1SignalsIngestURLParams) SetUserID(userID *string)

SetUserID adds the userId to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithContext

WithContext adds the context to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals ingest Url params (not the query body).

All values with no default are reset to their zero value.

func (*GetV1SignalsIngestURLParams) WithEscalationPolicyID

func (o *GetV1SignalsIngestURLParams) WithEscalationPolicyID(escalationPolicyID *string) *GetV1SignalsIngestURLParams

WithEscalationPolicyID adds the escalationPolicyID to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithOnCallScheduleID

func (o *GetV1SignalsIngestURLParams) WithOnCallScheduleID(onCallScheduleID *string) *GetV1SignalsIngestURLParams

WithOnCallScheduleID adds the onCallScheduleID to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithTeamID

WithTeamID adds the teamID to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithUserID

WithUserID adds the userID to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsIngestURLReader

type GetV1SignalsIngestURLReader struct {
	// contains filtered or unexported fields
}

GetV1SignalsIngestURLReader is a Reader for the GetV1SignalsIngestURL structure.

func (*GetV1SignalsIngestURLReader) ReadResponse

func (o *GetV1SignalsIngestURLReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetV1SignalsTransposersOK

type GetV1SignalsTransposersOK struct {
}

GetV1SignalsTransposersOK describes a response with status code 200, with default header values.

get Transposer(s)

func NewGetV1SignalsTransposersOK

func NewGetV1SignalsTransposersOK() *GetV1SignalsTransposersOK

NewGetV1SignalsTransposersOK creates a GetV1SignalsTransposersOK with default headers values

func (*GetV1SignalsTransposersOK) Error

func (o *GetV1SignalsTransposersOK) Error() string

func (*GetV1SignalsTransposersOK) IsClientError

func (o *GetV1SignalsTransposersOK) IsClientError() bool

IsClientError returns true when this get v1 signals transposers o k response has a 4xx status code

func (*GetV1SignalsTransposersOK) IsCode

func (o *GetV1SignalsTransposersOK) IsCode(code int) bool

IsCode returns true when this get v1 signals transposers o k response a status code equal to that given

func (*GetV1SignalsTransposersOK) IsRedirect

func (o *GetV1SignalsTransposersOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals transposers o k response has a 3xx status code

func (*GetV1SignalsTransposersOK) IsServerError

func (o *GetV1SignalsTransposersOK) IsServerError() bool

IsServerError returns true when this get v1 signals transposers o k response has a 5xx status code

func (*GetV1SignalsTransposersOK) IsSuccess

func (o *GetV1SignalsTransposersOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals transposers o k response has a 2xx status code

func (*GetV1SignalsTransposersOK) String

func (o *GetV1SignalsTransposersOK) String() string

type GetV1SignalsTransposersParams

type GetV1SignalsTransposersParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetV1SignalsTransposersParams contains all the parameters to send to the API endpoint

for the get v1 signals transposers operation.

Typically these are written to a http.Request.

func NewGetV1SignalsTransposersParams

func NewGetV1SignalsTransposersParams() *GetV1SignalsTransposersParams

NewGetV1SignalsTransposersParams creates a new GetV1SignalsTransposersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetV1SignalsTransposersParamsWithContext

func NewGetV1SignalsTransposersParamsWithContext(ctx context.Context) *GetV1SignalsTransposersParams

NewGetV1SignalsTransposersParamsWithContext creates a new GetV1SignalsTransposersParams object with the ability to set a context for a request.

func NewGetV1SignalsTransposersParamsWithHTTPClient

func NewGetV1SignalsTransposersParamsWithHTTPClient(client *http.Client) *GetV1SignalsTransposersParams

NewGetV1SignalsTransposersParamsWithHTTPClient creates a new GetV1SignalsTransposersParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsTransposersParamsWithTimeout

func NewGetV1SignalsTransposersParamsWithTimeout(timeout time.Duration) *GetV1SignalsTransposersParams

NewGetV1SignalsTransposersParamsWithTimeout creates a new GetV1SignalsTransposersParams object with the ability to set a timeout on a request.

func (*GetV1SignalsTransposersParams) SetContext

func (o *GetV1SignalsTransposersParams) SetContext(ctx context.Context)

SetContext adds the context to the get v1 signals transposers params

func (*GetV1SignalsTransposersParams) SetDefaults

func (o *GetV1SignalsTransposersParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals transposers params (not the query body).

All values with no default are reset to their zero value.

func (*GetV1SignalsTransposersParams) SetHTTPClient

func (o *GetV1SignalsTransposersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get v1 signals transposers params

func (*GetV1SignalsTransposersParams) SetTimeout

func (o *GetV1SignalsTransposersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get v1 signals transposers params

func (*GetV1SignalsTransposersParams) WithContext

WithContext adds the context to the get v1 signals transposers params

func (*GetV1SignalsTransposersParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals transposers params (not the query body).

All values with no default are reset to their zero value.

func (*GetV1SignalsTransposersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals transposers params

func (*GetV1SignalsTransposersParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals transposers params

func (*GetV1SignalsTransposersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsTransposersReader

type GetV1SignalsTransposersReader struct {
	// contains filtered or unexported fields
}

GetV1SignalsTransposersReader is a Reader for the GetV1SignalsTransposers structure.

func (*GetV1SignalsTransposersReader) ReadResponse

func (o *GetV1SignalsTransposersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostV1SignalsDebuggerCreated

type PostV1SignalsDebuggerCreated struct {
}

PostV1SignalsDebuggerCreated describes a response with status code 201, with default header values.

created Debugger

func NewPostV1SignalsDebuggerCreated

func NewPostV1SignalsDebuggerCreated() *PostV1SignalsDebuggerCreated

NewPostV1SignalsDebuggerCreated creates a PostV1SignalsDebuggerCreated with default headers values

func (*PostV1SignalsDebuggerCreated) Error

func (*PostV1SignalsDebuggerCreated) IsClientError

func (o *PostV1SignalsDebuggerCreated) IsClientError() bool

IsClientError returns true when this post v1 signals debugger created response has a 4xx status code

func (*PostV1SignalsDebuggerCreated) IsCode

func (o *PostV1SignalsDebuggerCreated) IsCode(code int) bool

IsCode returns true when this post v1 signals debugger created response a status code equal to that given

func (*PostV1SignalsDebuggerCreated) IsRedirect

func (o *PostV1SignalsDebuggerCreated) IsRedirect() bool

IsRedirect returns true when this post v1 signals debugger created response has a 3xx status code

func (*PostV1SignalsDebuggerCreated) IsServerError

func (o *PostV1SignalsDebuggerCreated) IsServerError() bool

IsServerError returns true when this post v1 signals debugger created response has a 5xx status code

func (*PostV1SignalsDebuggerCreated) IsSuccess

func (o *PostV1SignalsDebuggerCreated) IsSuccess() bool

IsSuccess returns true when this post v1 signals debugger created response has a 2xx status code

func (*PostV1SignalsDebuggerCreated) String

type PostV1SignalsDebuggerParams

type PostV1SignalsDebuggerParams struct {

	// PostV1SignalsDebugger.
	PostV1SignalsDebugger *models.PostV1SignalsDebugger

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostV1SignalsDebuggerParams contains all the parameters to send to the API endpoint

for the post v1 signals debugger operation.

Typically these are written to a http.Request.

func NewPostV1SignalsDebuggerParams

func NewPostV1SignalsDebuggerParams() *PostV1SignalsDebuggerParams

NewPostV1SignalsDebuggerParams creates a new PostV1SignalsDebuggerParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostV1SignalsDebuggerParamsWithContext

func NewPostV1SignalsDebuggerParamsWithContext(ctx context.Context) *PostV1SignalsDebuggerParams

NewPostV1SignalsDebuggerParamsWithContext creates a new PostV1SignalsDebuggerParams object with the ability to set a context for a request.

func NewPostV1SignalsDebuggerParamsWithHTTPClient

func NewPostV1SignalsDebuggerParamsWithHTTPClient(client *http.Client) *PostV1SignalsDebuggerParams

NewPostV1SignalsDebuggerParamsWithHTTPClient creates a new PostV1SignalsDebuggerParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1SignalsDebuggerParamsWithTimeout

func NewPostV1SignalsDebuggerParamsWithTimeout(timeout time.Duration) *PostV1SignalsDebuggerParams

NewPostV1SignalsDebuggerParamsWithTimeout creates a new PostV1SignalsDebuggerParams object with the ability to set a timeout on a request.

func (*PostV1SignalsDebuggerParams) SetContext

func (o *PostV1SignalsDebuggerParams) SetContext(ctx context.Context)

SetContext adds the context to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) SetDefaults

func (o *PostV1SignalsDebuggerParams) SetDefaults()

SetDefaults hydrates default values in the post v1 signals debugger params (not the query body).

All values with no default are reset to their zero value.

func (*PostV1SignalsDebuggerParams) SetHTTPClient

func (o *PostV1SignalsDebuggerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) SetPostV1SignalsDebugger

func (o *PostV1SignalsDebuggerParams) SetPostV1SignalsDebugger(postV1SignalsDebugger *models.PostV1SignalsDebugger)

SetPostV1SignalsDebugger adds the postV1SignalsDebugger to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) SetTimeout

func (o *PostV1SignalsDebuggerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) WithContext

WithContext adds the context to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) WithDefaults

WithDefaults hydrates default values in the post v1 signals debugger params (not the query body).

All values with no default are reset to their zero value.

func (*PostV1SignalsDebuggerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) WithPostV1SignalsDebugger

func (o *PostV1SignalsDebuggerParams) WithPostV1SignalsDebugger(postV1SignalsDebugger *models.PostV1SignalsDebugger) *PostV1SignalsDebuggerParams

WithPostV1SignalsDebugger adds the postV1SignalsDebugger to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) WithTimeout

WithTimeout adds the timeout to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1SignalsDebuggerReader

type PostV1SignalsDebuggerReader struct {
	// contains filtered or unexported fields
}

PostV1SignalsDebuggerReader is a Reader for the PostV1SignalsDebugger structure.

func (*PostV1SignalsDebuggerReader) ReadResponse

func (o *PostV1SignalsDebuggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL