Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PM100sRow ¶
type PM100sRow struct { //lint:ignore U1000 because it's needed for pgx.RowToStructByName Avg_pm100s float64 }
type PM25sRow ¶
type PM25sRow struct { //lint:ignore U1000 because it's needed for pgx.RowToStructByName Avg_pm25s float64 }
type TimescaleClient ¶
type TimescaleClient struct {
// contains filtered or unexported fields
}
func InitTimescale ¶
func InitTimescale(ctx context.Context, dsn string) (*TimescaleClient, func(), error)
func (*TimescaleClient) Close ¶
func (tc *TimescaleClient) Close()
Click to show internal directories.
Click to hide internal directories.