cli

package
v0.0.0-...-288620e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2025 License: BSD-2-Clause Imports: 11 Imported by: 0

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

type BuildArangoImportParams struct {
	Context    *cli.Context
	Collection string
	FilePath   string
}

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

type ProcessS3ObjectParams struct {
	S3Client  *minio.Client
	Bucket    string
	ObjectKey string
}

ProcessS3ObjectParams contains parameters for processS3Object function

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL