Documentation
¶
Index ¶
- func ColDeclaration(numberOfCols int, timeseries bool) []cmd.ContainerInfoColumns
- func Create(conInfo cmd.ContainerInfo, migrateForce bool)
- func InteractiveContainerInfo(ingest bool, header []string) cmd.ContainerInfo
- func ParseJson(jsonName string) (cmd.ContainerInfo, []string)
- type ColumnSet
- type ContainerFile
- type ExportProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ColDeclaration ¶
func ColDeclaration(numberOfCols int, timeseries bool) []cmd.ContainerInfoColumns
func Create ¶
func Create(conInfo cmd.ContainerInfo, migrateForce bool)
func InteractiveContainerInfo ¶
func InteractiveContainerInfo(ingest bool, header []string) cmd.ContainerInfo
Types ¶
type ContainerFile ¶
type ContainerFile []string
func (*ContainerFile) UnmarshalJSON ¶
func (c *ContainerFile) UnmarshalJSON(data []byte) error
custom JSON unmarshaler for the case where sometimes the value is a slice and sometimes it's just a singular string
type ExportProperties ¶
type ExportProperties struct {
Version string `json:"version,omitempty"`
Database string `json:"database,omitempty"`
Container string `json:"container"`
ContainerType string `json:"containerType,omitempty"`
ContainerFileType string `json:"containerFileType,omitempty"`
ContainerFile ContainerFile `json:"containerFile"`
ColumnSet []ColumnSet `json:"columnSet"`
RowKeySet []string `json:"rowKeySet"`
}
Click to show internal directories.
Click to hide internal directories.