Versions in this module Expand all Collapse all v0 v0.0.2 Jan 22, 2025 Changes in this version + type Config struct + MonHost string + RadosTimeout time.Duration + User string + UserKeyring string + type Svc struct + func New(conf Config) (*Svc, error) + func (s *Svc) Close() + func (s *Svc) ExecMgr(ctx context.Context, cmd string) ([]byte, error) + func (s *Svc) ExecMon(ctx context.Context, cmd string) ([]byte, error) + func (s *Svc) ExecMonWithInputBuff(ctx context.Context, cmd string, inputBuffer []byte) ([]byte, error)