edgefunction

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 (*Client) Delete

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

func (*Client) Get

func (*Client) List

func (*Client) Update

func (c *Client) Update(ctx context.Context, req *UpdateRequest, id int64) (EdgeFunctionResponse, error)

type CreateRequest

type CreateRequest struct {
	sdk.CreateEdgeFunctionRequest
}

func NewCreateRequest

func NewCreateRequest() *CreateRequest

type EdgeFunctionResponse

type EdgeFunctionResponse interface {
	GetId() int64
	GetName() string
	GetActive() bool
	GetLanguage() string
	GetReferenceCount() int64
	GetModified() string
	GetInitiatorType() string
	GetLastEditor() string
	GetFunctionToRun() string
	GetJsonArgs() interface{}
	GetCode() string
}

type UpdateRequest

type UpdateRequest struct {
	sdk.PatchEdgeFunctionRequest
}

func NewUpdateRequest

func NewUpdateRequest() *UpdateRequest

Jump to

Keyboard shortcuts

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