origin

package
v0.0.0-...-de23339 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 9 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
}

func NewClient

func NewClient(c *http.Client, url string, token string) *Client

func (*Client) Create

func (c *Client) Create(ctx context.Context, edgeApplicationID int64, req *CreateRequest) (Response, error)

func (*Client) DeleteOrigins

func (c *Client) DeleteOrigins(ctx context.Context, edgeApplicationID int64, originKey string) error

func (*Client) Get

func (c *Client) Get(ctx context.Context, edgeApplicationID int64, originKey string) (GetResponse, error)

func (*Client) ListOrigins

func (c *Client) ListOrigins(ctx context.Context, opts *contracts.ListOptions, edgeApplicationID int64) (*sdk.OriginsResponse, error)

func (*Client) Update

func (c *Client) Update(ctx context.Context, edgeApplicationID int64, originKey string, req *UpdateRequest) (Response, error)

type CreateRequest

type CreateRequest struct {
	sdk.CreateOriginsRequest
}

type GetResponse

type GetResponse interface {
	GetOriginId() int64
	GetOriginKey() string
	GetName() string
	GetOriginType() string
	GetAddresses() []sdk.OriginsResultResponseAddresses
	GetOriginProtocolPolicy() string
	GetIsOriginRedirectionEnabled() bool
	GetHostHeader() string
	GetMethod() string
	GetOriginPath() string
	GetConnectionTimeout() int64
	GetTimeoutBetweenBytes() int64
	GetHmacAuthentication() bool
	GetHmacRegionName() string
	GetHmacAccessKey() string
	GetHmacSecretKey() string
	GetBucket() string
	GetPrefix() string
}

type Response

type Response interface {
	GetOriginKey() string
	GetOriginId() int64
	GetName() string
}

type UpdateRequest

type UpdateRequest struct {
	sdk.PatchOriginsRequest
}

Jump to

Keyboard shortcuts

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