Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScanImageResult ¶
type ScanImageResult struct { // 镜像名称 ImageName string // 镜像ID ImageID string // 系统信息 ImageOSInfo types.OS // 系统pkg总数 PackageTotal int // 系统pkg详情 PackageInfos []types.PackageInfo // 应用依赖总数 ApplicationTotal int // 应用依赖详情 Applications []types.Application }
Click to show internal directories.
Click to hide internal directories.