corrected live accessor

This commit is contained in:
mr
2025-06-26 15:57:49 +02:00
parent e600fedcab
commit af0d7807bc
3 changed files with 44 additions and 31 deletions

View File

@@ -7,6 +7,8 @@ import (
)
type LiveInterface interface {
utils.DBObject
GetMonitorPath() string
GetResourceAccessor(request *tools.APIRequest) utils.Accessor
GetResource() resources.ResourceInterface
GetResourceInstance() resources.ResourceInstanceITF