instrumentation

package
v0.0.0-...-7133811 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationsData

type ApplicationsData struct {
	SPApplicationsData []SPApplicationsDataType `json:"SPApplicationsDataType"`
}

type SPApplicationsDataType

type SPApplicationsDataType struct {
	Name         string    `json:"_name"`
	ArchKind     string    `json:"arch_kind"`
	LastModified time.Time `json:"lastModified"`
	ObtainedFrom string    `json:"obtained_from"`
	Path         string    `json:"path"`
	SignedBy     []string  `json:"signed_by,omitempty"`
	Version      string    `json:"version,omitempty"`
	Info         string    `json:"info,omitempty"`
}

func ApplicationData

func ApplicationData() []SPApplicationsDataType

type SoftwareDataInfo

type SoftwareDataInfo struct {
	Name            string `json:"_name"`
	BootMode        string `json:"boot_mode"`
	BootVolume      string `json:"boot_volume"`
	KernelVersion   string `json:"kernel_version"`
	LocalHostName   string `json:"local_host_name"`
	OsVersion       string `json:"os_version"`
	SecureVm        string `json:"secure_vm"`
	SystemIntegrity string `json:"system_integrity"`
	Uptime          string `json:"uptime"`
	UserName        string `json:"user_name"`
}

func SoftwareData

func SoftwareData() *SoftwareDataInfo

type SoftwareDataType

type SoftwareDataType struct {
	SPSoftwareDataType []SoftwareDataInfo `json:"SPSoftwareDataType"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL