Documentation
¶
Index ¶
Constants ¶
View Source
const ( ClusterFLag = "cluster" ContextFLag = "context" DebugFlag = "debug" FormatFlag = "format" HeaderFlag = "header" SelectorFlag = "selector" WideFlag = "wide" )
global flags
View Source
const ( BucketFlag = "bucket" CompressionFlag = "compression" CollectionFlag = "collection" DatasetFlag = "dataset" DescriptionFlag = "description" FileFlag = "file" ForceFlag = "force" IngestTransformation = "ingest-transformation" IntegrationFlag = "integration" PatternFlag = "pattern" RegionFlag = "region" RetentionFlag = "retention" RoleARNFlag = "role-arn" SizeFlag = "size" ValidateFlag = "validate" WaitFlag = "wait" WorkspaceFlag = "workspace" WorkspaceShortFlag = "W" )
command specific flags
View Source
const ( AllWorkspaces = "all" DefaultFormat = "table" DefaultWorkspace = "commons" )
View Source
const Auth0ClientID = "0dJNiGWClbLjg7AdtXtAyPCeE0jKOFet"
View Source
const VersionURL = "http://rockset.sh/install/version.json"
Variables ¶
View Source
var VINotFoundErr = errors.New("virtual instance not found")
View Source
var (
Version = "development"
)
Functions ¶
func NewRootCmd ¶
func VersionCheck ¶ added in v0.0.2
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.