package
0.0.0-20240331174555-0169dec2a827
Repository: https://github.com/fogusb/metrics-alerts-svc.git
Documentation: pkg.go.dev

# README

internal

В данной директории и её поддиректориях будет содержаться имплементация вашего сервиса

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
Package routers содержит настройки маршрутизатора для веб-сервера.
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewMemStorage создает новый экземпляр MemStorage.

# Constants

No description provided by the author
No description provided by the author

# Structs

MemStorage структура для хранения метрик.
MetricValue хранит значение метрики, которое может быть представлено как float64 или int64.

# Type aliases

MetricType определяет тип метрики: gauge или counter.