influx_cli

package
v0.0.0-...-a1a7a2c Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackupInfluxParams

type BackupInfluxParams struct {
	Org    string
	Bucket string
	Path   string
}

type Client

type Client interface {
	SetupInflux(SetupInfluxParams) error
	BackupInflux(BackupInfluxParams) error
}

func NewClient

func NewClient() (Client, error)

type SetupInfluxParams

type SetupInfluxParams struct {
	Username  string
	Password  string
	AuthToken string
	Org       string
	Bucket    string
	Retention string
}

Jump to

Keyboard shortcuts

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