postgresql

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DuplicationError

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

func NewDuplicationError

func NewDuplicationError(msg string) *DuplicationError

func (*DuplicationError) Duplication

func (de *DuplicationError) Duplication()

func (*DuplicationError) Error

func (de *DuplicationError) Error() string

type Store

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

func NewStore

func NewStore(connStr string, wt time.Duration, rt time.Duration) (*Store, error)

func (*Store) AlterEventsTable added in v1.0.4

func (s *Store) AlterEventsTable() error

func (*Store) AlterKeysTable added in v1.0.0

func (s *Store) AlterKeysTable() error

func (*Store) AlterProviderSettingsTable added in v1.1.1

func (s *Store) AlterProviderSettingsTable() error

func (*Store) CreateEventsTable added in v0.0.9

func (s *Store) CreateEventsTable() error

func (*Store) CreateKey

func (s *Store) CreateKey(rk *key.RequestKey) (*key.ResponseKey, error)

func (*Store) CreateKeysTable

func (s *Store) CreateKeysTable() error

func (*Store) CreateProviderSetting added in v1.0.0

func (s *Store) CreateProviderSetting(setting *provider.Setting) (*provider.Setting, error)

func (*Store) CreateProviderSettingsTable added in v1.0.0

func (s *Store) CreateProviderSettingsTable() error

func (*Store) DeleteKey

func (s *Store) DeleteKey(id string) error

func (*Store) DropEventsTable added in v0.0.9

func (s *Store) DropEventsTable() error

func (*Store) DropKeysTable

func (s *Store) DropKeysTable() error

func (*Store) DropProviderSettingsTable added in v1.0.0

func (s *Store) DropProviderSettingsTable() error

func (*Store) GetAllKeys

func (s *Store) GetAllKeys() ([]*key.ResponseKey, error)

func (*Store) GetEventDataPoints added in v0.0.9

func (s *Store) GetEventDataPoints(start, end, increment int64, tags, keyIds []string, filters []string) ([]*event.DataPoint, error)

func (*Store) GetEvents added in v1.2.0

func (s *Store) GetEvents(customId string) ([]*event.Event, error)

func (*Store) GetKey added in v0.0.7

func (s *Store) GetKey(keyId string) (*key.ResponseKey, error)

func (*Store) GetKeys added in v1.2.0

func (s *Store) GetKeys(tags []string, provider string) ([]*key.ResponseKey, error)

func (*Store) GetLatencyPercentiles added in v0.0.9

func (s *Store) GetLatencyPercentiles(start, end int64, tags, keyIds []string) ([]float64, error)

func (*Store) GetProviderSetting added in v1.0.0

func (s *Store) GetProviderSetting(id string) (*provider.Setting, error)

func (*Store) GetProviderSettings added in v1.2.0

func (s *Store) GetProviderSettings(withSecret bool) ([]*provider.Setting, error)

func (*Store) GetUpdatedKeys

func (s *Store) GetUpdatedKeys(updatedAt int64) ([]*key.ResponseKey, error)

func (*Store) GetUpdatedProviderSettings added in v1.0.0

func (s *Store) GetUpdatedProviderSettings(updatedAt int64) ([]*provider.Setting, error)

func (*Store) InsertEvent added in v0.0.9

func (s *Store) InsertEvent(e *event.Event) error

func (*Store) UpdateKey

func (s *Store) UpdateKey(id string, uk *key.UpdateKey) (*key.ResponseKey, error)

func (*Store) UpdateProviderSetting added in v1.0.0

func (s *Store) UpdateProviderSetting(id string, setting *provider.Setting) (*provider.Setting, error)

Jump to

Keyboard shortcuts

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