Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArangodbLoaderFlags ¶
func ArangodbLoaderFlags() []cli.Flag
func LoadArangodb ¶
func LoadArangodb(cltx *cli.Context) error
Types ¶
type BuildArangoImportParams ¶
BuildArangoImportParams contains parameters for buildArangoImportCmd function
type GenericResponse ¶
type GenericResponse struct {
Results []struct {
Items []interface{} `json:"items"`
} `json:"results"`
}
GenericResponse represents a generic JSON structure
type HandleS3ObjectParams ¶
type HandleS3ObjectParams struct { Context *cli.Context Object minio.ObjectInfo S3Client *minio.Client OutputDir string Log *logrus.Entry }
HandleS3ObjectParams contains parameters for handleS3Object function
type ProcessS3ObjectParams ¶
ProcessS3ObjectParams contains parameters for processS3Object function
Click to show internal directories.
Click to hide internal directories.