package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jun 27, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Class struct {
Version string `json:"version"`
Bytes []byte `json:"bytes"`
}
Class 表示一个类的字节码
type Group struct {
MD5 string `json:"md5"`
Versions []string `json:"versions"`
Bytes []byte `json:"-"`
}
Group 类的字节码分组信息
type Report struct {
GroupId string `json:"group_id"`
ArtifactId string `json:"artifact_id"`
Class string `json:"class"`
Groups []*Group `json:"groups"`
}
Report 追踪结果报告
Source Files
¶
Click to show internal directories.
Click to hide internal directories.