events

package
v0.0.27 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: Apache-2.0 Imports: 11 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 interface {
	GetEvents(ctx context.Context, request *hookdeckgosdk.GetEventsRequest) (*hookdeckgosdk.EventPaginatedResult, error)
	GetEvent(ctx context.Context, id string) (*hookdeckgosdk.Event, error)
	GetRequestRawBody(ctx context.Context, id string) (*hookdeckgosdk.RawBody, error)
	RetryEvent(ctx context.Context, id string) (*hookdeckgosdk.RetriedEvent, error)
	MuteEvent(ctx context.Context, id string) (*hookdeckgosdk.Event, error)
}

func NewClient

func NewClient(opts ...core.ClientOption) Client

Jump to

Keyboard shortcuts

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