Documentation
¶
Index ¶
- type Bar
- type Client
- type Progress
- func (u *Progress) Add(name, displayName, message string, total int64)
- func (u *Progress) AttachReader(name string, data io.Reader) io.Reader
- func (u *Progress) GetBar(name string) *Bar
- func (u *Progress) Increment(name string, n int)
- func (u *Progress) Update(name, status, msg string, n int)
- func (u *Progress) Wait()
- type ProgressOption
- type ProgressOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client console client is a wrapper around client.Client for console execution of CloudQuery
func CreateClient ¶
func CreateClientFromConfig ¶
func (Client) ExecutePolicy ¶
type Progress ¶
type Progress struct {
// contains filtered or unexported fields
}
func NewProgress ¶
func NewProgress(ctx context.Context, opts ...ProgressOption) *Progress
func (*Progress) AttachReader ¶
type ProgressOption ¶
type ProgressOption func(o *ProgressOptions)
type ProgressOptions ¶
Click to show internal directories.
Click to hide internal directories.