client

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Authenticate(ctx context.Context, host, username, password, sessionID string) error
	GetDatabase(context.Context, int) (m.Database, error)
	GetTable(context.Context, int) (m.Table, error)
	GetDashboard(context.Context, int) (m.Dashboard, error)
	GetDashboards(context.Context) ([]m.Dashboard, error)
}

func New

func New() Client

Jump to

Keyboard shortcuts

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