Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsLoggable ¶
IsLoggable returns whether err should be logged when handled. All errors are considered loggable unless explicitly marked otherwise.
Types ¶
type ImportOptions ¶
type ImportOptions struct { Auth *config.AuthConfig `noattribute:"true"` Token string `noattribute:"true"` Metro string `noattribute:"true"` Source string `local:"true" long:"source" short:"s" usage:"Path to the data source (directory, Dockerfile)" default:"."` VolID string `local:"true" long:"volume" short:"v" usage:"Identifier of an existing volume (name or UUID)"` }
Click to show internal directories.
Click to hide internal directories.