agent/inventory/gatherers/instancedetailedinformation/dataProvider.go (7 lines of code) (raw):
package instancedetailedinformation
import (
"github.com/aliyun/aliyun_assist_client/agent/inventory/model"
)
// CollectInstanceData collects data from the system using platform specific queries.
func CollectInstanceData() []model.InstanceDetailedInformation {
return collectPlatformDependentInstanceData()
}