Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func New ¶
func New(opt ...OptionFunc) *Client
type OptionFunc ¶
type OptionFunc = func(option *options)
func WithProject ¶
func WithProject(project string) OptionFunc
func WithRetries ¶
func WithRetries(retries int) OptionFunc
func WithRetryDelay ¶
func WithRetryDelay(retryDelay time.Duration) OptionFunc
Click to show internal directories.
Click to hide internal directories.