Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigFile = "cli.yaml" HistoryFile = "cli.hist" )
View Source
const ( ClusterFLag = "cluster" DescriptionFlag = "description" WorkspaceFlag = "workspace" FormatFlag = "format" WideFlag = "wide" RetentionFlag = "retention" CompressionFlag = "compression" IntegrationFlag = "integration" RegionFlag = "region" BucketFlag = "bucket" PatternFlag = "pattern" RoleARNFlag = "role-arn" DatasetFlag = "dataset" WaitFlag = "wait" ValidateFlag = "validate" FileFlag = "file" ContextFLag = "context" DebugFlag = "debug" SizeFlag = "size" )
View Source
const ( DefaultFormat = "table" DefaultWorkspace = "commons" )
Variables ¶
View Source
var (
Version = "development"
)
Functions ¶
func NewRootCmd ¶
Types ¶
type DocumentAdder ¶
type StreamConfig ¶
type Streamer ¶
type Streamer struct {
StreamConfig
// contains filtered or unexported fields
}
func NewStreamer ¶
func NewStreamer(s DocumentAdder, cfg StreamConfig) Streamer
Click to show internal directories.
Click to hide internal directories.