Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoRepository = errors.New("no repository specified")
)
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct { RepositoryPath string StoresFile string OutputDirectory string PeriodicStackDump bool StackDumpFrequency time.Duration DryRun bool ShopifyAPIVersion string HTTPTimeout time.Duration HTTPRetryCount int HTTPRetryDelay time.Duration HTTPRetryJitter time.Duration HTTPUserAgent string }
func (*Runtime) LoadStores ¶
func (*Runtime) PeriodicallyPrintStackDump ¶
func (*Runtime) ScanRepository ¶
Click to show internal directories.
Click to hide internal directories.