influxdb

package
v0.0.0-...-56c67ce Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2021 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CandleStickService

type CandleStickService interface {
	Create(cs *candlestick.List) error
	Read(cs *candlestick.List, start, end timestamp.Timestamp) error
	Update(cs *candlestick.List) error
	Delete(cs *candlestick.List) error
}

type Config

type Config struct {
	AuthToken    string `mapstructure:"auth_token"`
	Scheme       string `mapstructure:"scheme"`
	Host         string `mapstructure:"host"`
	Port         int    `mapstructure:"port"`
	Organization string `mapstructure:"organization"`
	Bucket       string `mapstructure:"bucket"`
}

type Interface

type Interface interface {
	Init() error

	CandleSticks() CandleStickService

	Drop() error
	Disconnect() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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