Documentation ¶
Index ¶
Constants ¶
View Source
const ModeBigQuery = "bigquery"
View Source
const ModeLocal = "local"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateFlags ¶
type CreateFlags struct {
JiraURL string
}
func NewCreateFlags ¶
func NewCreateFlags() *CreateFlags
type MapFlags ¶
type MapFlags struct {
// contains filtered or unexported fields
}
func NewMapFlags ¶
func NewMapFlags() *MapFlags
type PruneFlags ¶
type PruneFlags struct {
// contains filtered or unexported fields
}
func NewPruneFlags ¶
func NewPruneFlags() *PruneFlags
func (*PruneFlags) BindFlags ¶
func (f *PruneFlags) BindFlags(fs *pflag.FlagSet)
type VerifyFlags ¶
type VerifyFlags struct {
JiraURL string
}
func NewVerifyFlags ¶
func NewVerifyFlags() *VerifyFlags
type VerifyMapFlags ¶
type VerifyMapFlags struct {
MappingFiles []string
}
func NewVerifyMapFlags ¶
func NewVerifyMapFlags() *VerifyMapFlags
func (*VerifyMapFlags) BindFlags ¶
func (f *VerifyMapFlags) BindFlags(fs *pflag.FlagSet)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.