Implement start/stop/status methods for servmanager + tests

This commit is contained in:
ionutboangiu
2022-10-19 18:59:34 +03:00
committed by Dan Christian Bogos
parent ad7bd111d1
commit 60a4da69e0
35 changed files with 495 additions and 37 deletions

View File

@@ -79,6 +79,7 @@ var (
ErrNegative = errors.New("NEGATIVE")
ErrUnsupportedTPExporterType = errors.New("UNSUPPORTED_TPEXPORTER_TYPE")
ErrCastFailed = errors.New("CAST_FAILED")
ErrUnsupportedServiceID = errors.New(UnsupportedServiceIDCaps)
ErrMap = map[string]error{
ErrNoMoreData.Error(): ErrNoMoreData,