cachesetting

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, req *CreateRequest, applicationId int64) (Response, error)

func (*Client) Delete

func (c *Client) Delete(ctx context.Context, edgeApplicationID, cacheSettingsID int64) error

func (*Client) Get

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

func (*Client) List

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

func (*Client) Update

func (c *Client) Update(ctx context.Context, req *UpdateRequest, applicationID, cacheSettingID int64) (Response, error)

type CreateRequest

type CreateRequest struct {
	sdk.ApplicationCacheCreateRequest
}

type GetResponse

type GetResponse interface {
	GetId() int64
	GetName() string
	GetBrowserCacheSettings() string
	GetBrowserCacheSettingsMaximumTtl() int64
	GetCdnCacheSettingsMaximumTtl() int64
	GetCdnCacheSettings() string
	GetCacheByQueryString() string
	GetQueryStringFields() []string
	GetEnableQueryStringSort() bool
	GetCacheByCookies() string
	GetCookieNames() []*string
	GetEnableCachingForPost() bool
	GetL2CachingEnabled() bool
	GetAdaptiveDeliveryAction() string
	GetDeviceGroup() []int32
}

type Response

type Response interface {
	GetId() int64
	GetName() string
	GetBrowserCacheSettings() string
	GetBrowserCacheSettingsMaximumTtl() int64
	GetCdnCacheSettingsMaximumTtl() int64
	GetCdnCacheSettings() string
	GetCacheByQueryString() string
	GetQueryStringFields() []string
	GetEnableQueryStringSort() bool
	GetCacheByCookies() string
	GetCookieNames() []string
	GetEnableCachingForPost() bool
	GetL2CachingEnabled() bool
	GetAdaptiveDeliveryAction() string
	GetDeviceGroup() []int32
}

type UpdateRequest

type UpdateRequest struct {
	sdk.ApplicationCachePatchRequest
}

Jump to

Keyboard shortcuts

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