directory
1.17.0
Repository: https://github.com/luckyseadog/go-dev.git
Documentation: pkg.go.dev

# Packages

Package agent provides functionalities for creating an agent responsible for monitoring metrics and reporting updates to a server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package storage provides functionalities for keeping data on server this package have two types of storage: - MyStorage that keeps data in map and periodically saves it to file - SQLStorage that keeps data as SQL database.