Versions in this module Expand all Collapse all v0 v0.1.0 Jun 3, 2026 Changes in this version + func CPUInfo(rc *plugin.RequestContext) (any, error) + func Connect(ctx context.Context, cfg plugin.ConnectConfig) (plugin.Session, error) + func Connections(rc *plugin.RequestContext) (any, error) + func DiskIO(rc *plugin.RequestContext) (any, error) + func Disks(rc *plugin.RequestContext) (any, error) + func Metrics(rc *plugin.RequestContext, client plugin.ClientStream) error + func Networks(rc *plugin.RequestContext) (any, error) + func Overview(rc *plugin.RequestContext) (any, error) + func Processes(rc *plugin.RequestContext) (any, error) + func Routes() []plugin.Route + func Sensors(rc *plugin.RequestContext) (any, error) + func Services(rc *plugin.RequestContext) (any, error) + func Users(rc *plugin.RequestContext) (any, error) + type Plugin struct + func New() *Plugin + func (p *Plugin) Connect(ctx context.Context, cfg plugin.ConnectConfig) (plugin.Session, error) + func (p *Plugin) Manifest() plugin.Manifest + func (p *Plugin) Routes() []plugin.Route + type Session struct + func (s *Session) Close() error + func (s *Session) HealthCheck(ctx context.Context) error + func (s *Session) OpenChannel(context.Context, plugin.ChannelRequest) (plugin.Channel, error)