Documentation ¶ Index ¶ func Command(_ healthfx.Version) *cli.Command type Config func (c *Config) Flags() []cli.Flag type ImportResult Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Command ¶ func Command(_ healthfx.Version) *cli.Command Types ¶ type Config ¶ type Config struct { Filename string ProjectSlug string DefaultUser string DryRun bool } func (*Config) Flags ¶ func (c *Config) Flags() []cli.Flag type ImportResult ¶ type ImportResult struct { IssuesImported int IssuesSkipped int CommentsImported int CommentsSkipped int AttachmentsImported int AttachmentsSkipped int } ImportResult holds the results of an import operation. Source Files ¶ View all Source files config.goimport.goimporter.go Click to show internal directories. Click to hide internal directories.