Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateTask ¶
type GenerateTask struct {
Options types.GenerateOptions
}
type Lifecycle ¶
type Lifecycle struct {
GenerateTimeout int
ConfirmUploadPrompt bool
DenyUploadPrompt bool
Quiet bool
GenerateBundlePath string
UploadCustomerID string
GraphQLClient *graphql.Client
FileInfo os.FileInfo
// RealGeneratedBundlePath is the actual path the bundle was written to.
// it will be different from GenerateBundlePath if a URL or `-` (stdout)
// was passed in.
RealGeneratedBundlePath string
BundleTasks []types.Task
// contains filtered or unexported fields
}
type MessageTask ¶
type MessageTask struct {
Options types.MessageOptions
}
type UploadTask ¶
type UploadTask struct {
Options types.UploadOptions
}
Click to show internal directories.
Click to hide internal directories.