Documentation ¶
Overview ¶
Package common provides functions used by multiple commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandOperationName ¶
ExpandOperationName adds the project, location and operations prefixes to name (if they are not already present).
Types ¶
type MapFlagValue ¶
func (*MapFlagValue) Set ¶
func (m *MapFlagValue) Set(input string) error
func (*MapFlagValue) String ¶
func (m *MapFlagValue) String() string
type PipelineExecutionError ¶
PipelineExecutionError is an error returned by the Genomics API during a pipeline execution
func (PipelineExecutionError) Error ¶
func (err PipelineExecutionError) Error() string
func (PipelineExecutionError) IsRetriable ¶
func (err PipelineExecutionError) IsRetriable() bool
IsRetriable indicates if the user should retry the operation after receiving the current error.
Click to show internal directories.
Click to hide internal directories.