Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // Ctx is a valid context.Context to run this command under. Ctx context.Context // Storage is a Google Cloud Storage client. Storage *storage.Client // ObjStore is an ObjectStore client ObjStore *objectstore.ObjectStore // Cfg is the configuration settings. Cfg *config.Config // DryRun. If true don't actually make changes, print the changes you would have made. DryRun bool }
Options allows you to modify the behavior of the NewPhotos action.
Click to show internal directories.
Click to hide internal directories.