api

package
v0.52.1 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIFakeIntakePayloadsJsonGETResponse

type APIFakeIntakePayloadsJsonGETResponse struct {
	Payloads []ParsedPayload `json:"payloads"`
}

type APIFakeIntakePayloadsRawGETResponse

type APIFakeIntakePayloadsRawGETResponse struct {
	Payloads []Payload `json:"payloads"`
}

type APIFakeIntakeRouteStatsGETResponse

type APIFakeIntakeRouteStatsGETResponse struct {
	Routes map[string]RouteStat `json:"routes"`
}

type ParsedPayload

type ParsedPayload struct {
	Timestamp time.Time   `json:"timestamp"`
	Data      interface{} `json:"data"`
	Encoding  string      `json:"encoding"`
}

type Payload

type Payload struct {
	Timestamp time.Time `json:"timestamp"`
	Data      []byte    `json:"data"`
	Encoding  string    `json:"encoding"`
}

type ResponseOverride added in v0.51.0

type ResponseOverride struct {
	Endpoint    string `json:"endpoint"`
	StatusCode  int    `json:"status_code"`
	ContentType string `json:"content_type"`
	Method      string `json:"method"`
	Body        []byte `json:"body"`
}

ResponseOverride is a hardcoded response for requests to the given endpoint

type RouteStat

type RouteStat struct {
	ID    string `json:"id"`
	Count int    `json:"count"`
}

Jump to

Keyboard shortcuts

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