diff --git a/models/live/interfaces.go b/models/live/interfaces.go index 46907b1..c1e7a2a 100755 --- a/models/live/interfaces.go +++ b/models/live/interfaces.go @@ -9,6 +9,8 @@ import ( type LiveInterface interface { utils.DBObject GetMonitorPath() string + GetResourcesID() []string + SetResourcesID(string) GetResourceAccessor(request *tools.APIRequest) utils.Accessor GetResource() resources.ResourceInterface GetResourceInstance() resources.ResourceInstanceITF