builder

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2024 License: Apache-2.0 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 added in v0.1.3

type Client struct {
	// contains filtered or unexported fields
}

func NewBuilder added in v0.1.3

func NewBuilder() *Client

func (*Client) Build added in v0.1.3

func (c *Client) Build() *core.Client

func (*Client) Credential added in v0.1.3

func (c *Client) Credential() *Credential

func (*Client) Http added in v0.1.3

func (c *Client) Http(http *http.Client) (client *Client)

func (*Client) Logger added in v0.1.3

func (c *Client) Logger(logger log.Logger) (client *Client)

func (*Client) Queue added in v0.1.3

func (c *Client) Queue(label string, name string) (client *Client)

func (*Client) Region added in v0.1.3

func (c *Client) Region(region string) (client *Client)

func (*Client) Wait added in v0.1.3

func (c *Client) Wait(wait time.Duration) (client *Client)

type Credential added in v0.1.3

type Credential struct {
	// contains filtered or unexported fields
}

func NewCredential added in v0.1.3

func NewCredential(client *Client, param *param.Client) *Credential

func (*Credential) Build added in v0.1.3

func (c *Credential) Build() (client *Client)

func (*Credential) Default added in v0.1.3

func (c *Credential) Default(access string, secret string) (cdl *Credential)

func (*Credential) Http added in v0.1.3

func (c *Credential) Http(method http.Method, url string) (cdl *Credential)

Jump to

Keyboard shortcuts

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