variables

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: 8 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, strReq Request) (Response, error)

func (*Client) Delete

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

func (*Client) Get

func (c *Client) Get(ctx context.Context, id string) (Response, error)

func (*Client) List

func (c *Client) List(ctx context.Context) ([]Response, error)

func (*Client) Update

func (c *Client) Update(ctx context.Context, req *Request) (Response, error)

type Request

type Request struct {
	sdk.VariableCreate
	Uuid string
}

type Response

type Response interface {
	GetUuid() string
	GetKey() string
	GetValue() string
	GetSecret() bool
	GetLastEditor() string
	GetCreatedAt() time.Time
	GetUpdatedAt() time.Time
}

Jump to

Keyboard shortcuts

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