Documentation ¶
Index ¶
- type Client
- func (c *Client) Build() *core.Client
- func (c *Client) Credential() *Credential
- func (c *Client) Http(http *http.Client) (client *Client)
- func (c *Client) Logger(logger log.Logger) (client *Client)
- func (c *Client) Queue(label string, name string) (client *Client)
- func (c *Client) Region(region string) (client *Client)
- func (c *Client) Wait(wait time.Duration) (client *Client)
- type Credential
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) Credential ¶ added in v0.1.3
func (c *Client) Credential() *Credential
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)
Click to show internal directories.
Click to hide internal directories.