Versions in this module Expand all Collapse all v0 v0.0.1 Aug 31, 2023 Changes in this version + type Application struct + func (app *Application) MakeSTATS(sensors []string) api.STATS + func (app *Application) Process(resp *api.Responce) + func (app *Application) ProcessCPU(resp *api.Cpu) + func (app *Application) ProcessDfinode(resp []*api.Dfinode) + func (app *Application) ProcessDfsize(resp []*api.Dfsize) + func (app *Application) ProcessDisks(resp []*api.Loaddisk) + func (app *Application) ProcessDummy(resp *api.Dummy) + func (app *Application) ProcessLoadAvg(resp *api.Loadaverage) + func (app *Application) Run(conf Config) + type Config struct + Core struct{ ... } + GRPC struct{ ... } + ID string