Documentation
¶
Index ¶
- func GetProjectIdToSlugMap(ctx context.Context, client *sentry.Client) (map[string]string, error)
- func NewBearerTokenRoundTripper(delegate http.RoundTripper, token string) http.RoundTripper
- func NewRateLimiterRoundTripper(delegate http.RoundTripper) http.RoundTripper
- func NewSemaphoreRoundTripper(delegate http.RoundTripper) http.RoundTripper
- func NewUserAgentRoundTripper(delegate http.RoundTripper, userAgent string) http.RoundTripper
- func ParseNextPaginationCursor(resp *http.Response) *string
- type BearerTokenRoundTripper
- type Config
- type SemaphoreTransport
- type UserAgentRoundTripper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProjectIdToSlugMap ¶
func NewBearerTokenRoundTripper ¶ added in v0.14.2
func NewBearerTokenRoundTripper(delegate http.RoundTripper, token string) http.RoundTripper
func NewRateLimiterRoundTripper ¶ added in v0.14.2
func NewRateLimiterRoundTripper(delegate http.RoundTripper) http.RoundTripper
func NewSemaphoreRoundTripper ¶ added in v0.14.2
func NewSemaphoreRoundTripper(delegate http.RoundTripper) http.RoundTripper
func NewUserAgentRoundTripper ¶ added in v0.14.2
func NewUserAgentRoundTripper(delegate http.RoundTripper, userAgent string) http.RoundTripper
func ParseNextPaginationCursor ¶ added in v0.14.2
Types ¶
type BearerTokenRoundTripper ¶ added in v0.14.2
type BearerTokenRoundTripper struct {
// contains filtered or unexported fields
}
type SemaphoreTransport ¶ added in v0.14.2
type SemaphoreTransport struct {
// contains filtered or unexported fields
}
type UserAgentRoundTripper ¶ added in v0.14.2
type UserAgentRoundTripper struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.