metricstore

package
v1.0.1-0...-61c25a1 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 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 MetricStorage

type MetricStorage interface {
	AddEntry(*types.Metrics) error
	GetEntry() error
	// contains filtered or unexported methods
}

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) GetEntry

func (s *PostgresStore) GetEntry() error

func (*PostgresStore) Init

func (s *PostgresStore) Init() error

Jump to

Keyboard shortcuts

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