storage

package module
v0.0.0-...-b6cfa1f Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PostgresStore

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

func NewPostgresStore

func NewPostgresStore() (*PostgresStore, error)

func (*PostgresStore) AddEntry

func (s *PostgresStore) AddEntry(metrics *types.Metrics) error

func (*PostgresStore) Init

func (s *PostgresStore) Init() error

type Storage

type Storage interface {
	AddEntry() error
	GetEntries() error
}

Jump to

Keyboard shortcuts

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