dashboard

package
v0.0.0-...-4be01c1 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MailTrafficPerSenderOverTimeResult

type MailTrafficPerSenderOverTimeResult struct {
	Times  []int64            `json:"times"`
	Values map[string][]int64 `json:"values"`
}

type Pair

type Pair struct {
	Key   interface{} `json:"key"`
	Value interface{} `json:"value"`
}

type Pairs

type Pairs []Pair

type Queryable

type Queryable interface {
	QueryContext(ctx context.Context, args ...interface{}) (QueryableRows, error)
}

type QueryableRows

type QueryableRows interface {
	io.Closer
	ForEach(func(QueryableScanner) error) error
}

type QueryableScanner

type QueryableScanner interface {
	Scan(...interface{}) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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