Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOptions ¶
type ClientOptions struct {
Endpoints string
}
type Config ¶
type Config struct {
ClientOptions ClientOptions
}
type Storage ¶
func (*Storage) DeleteMetric ¶
func (*Storage) ReadMetric ¶
func (s *Storage) ReadMetric(key string) (map[string]interface{}, error) {
func (*Storage) WriteMetric ¶
func (s *Storage) WriteMetric(key string, metric map[string]interface{}) error {
Click to show internal directories.
Click to hide internal directories.