Documentation
¶
Index ¶
- Variables
- func CreateBmpClient() (clients.BmpClient, error)
- func CreateConfig(pathToConfig string) (config.ConfigInfo, error)
- func CreateDefaultConfig() (config.ConfigInfo, error)
- func CreateTarball(tarballFilePath string, filePaths []string) error
- func ReadJsonTestFixtures(rootPath, packageName, fileName string) ([]byte, error)
- type Options
- type Printer
- type UI
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TIMEOUT time.Duration POLLING_INTERVAL time.Duration )
Functions ¶
func CreateBmpClient ¶
func CreateConfig ¶
func CreateConfig(pathToConfig string) (config.ConfigInfo, error)
func CreateDefaultConfig ¶
func CreateDefaultConfig() (config.ConfigInfo, error)
func CreateTarball ¶
func ReadJsonTestFixtures ¶
Types ¶
type Options ¶
type Options struct { CommandFlag string HelpFlag bool LongHelpFlag bool DryRunFlag bool PublicFlag bool NameFlag string NoteFlag string PublicNameFlag string PublicNoteFlag string OsRefCodeFlag string UriFlag string LightStemcellTypeFlag string LightStemcellPathFlag string VersionFlag string StemcellInfoFilenameFlag string InfrastructureFlag string HypervisorFlag string OsNameFlag string StemcellFormatsFlag string }
type Printer ¶
type Printer interface { Println(args ...interface{}) (int, error) Printf(msg string, args ...interface{}) (int, error) PrintTable(table *tablewriter.Table) (int, error) PrintfInfo(msg string, args ...interface{}) (int, error) PrintlnInfo(args ...interface{}) (int, error) Scanln(args ...interface{}) (int, error) NewTableWriter() *tablewriter.Table }
func NewDefaultPrinter ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.