influx

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: Apache-2.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 Bucket

type Bucket struct {
	BucketId string `json:"bucketId"`
	OrgId    string `json:"orgId"`
}

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(httpUrl, token string) *Client

func (*Client) BucketExists

func (c *Client) BucketExists(ctx context.Context, bucket *Bucket) (bool, error)

func (*Client) Close

func (c *Client) Close()

func (*Client) Connect

func (c *Client) Connect(ctx context.Context) error

func (*Client) DeleteBucket

func (c *Client) DeleteBucket(ctx context.Context, bucketId string) error

func (*Client) DeleteOrganisation

func (c *Client) DeleteOrganisation(ctx context.Context, orgId string) error

func (*Client) UpsertBucket

func (c *Client) UpsertBucket(ctx context.Context, orgName string, bucketName string) (*Bucket, error)

Jump to

Keyboard shortcuts

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