Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressBar ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func NewRunner ¶
func NewRunner(sc *stripeClient.API, ow io.Writer, v *viperlib.Viper, l *log.Entry, pb ProgressBar) *Runner
func (*Runner) GenerateLedgerEntries ¶
type StubProgressBar ¶
type StubProgressBar struct{}
func (*StubProgressBar) Current ¶
func (s *StubProgressBar) Current() int64
func (*StubProgressBar) Increment ¶
func (s *StubProgressBar) Increment()
func (*StubProgressBar) SetTotal ¶
func (s *StubProgressBar) SetTotal(a int64, b bool)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.