domain

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Class

type Class struct {

	// 这个类是属于哪个版本的
	Version string `json:"version"`

	// 类的字节码
	Bytes []byte `json:"bytes"`
}

Class 表示一个类的字节码

func (*Class) IsValid

func (x *Class) IsValid() bool

IsValid 此类是否可用,需要有对应的字节码

type Group

type Group struct {

	// 这一组的md5
	MD5 string `json:"md5"`

	// 都有哪些版本属于此版本
	Versions []string `json:"versions"`

	// 类的字节码
	Bytes []byte `json:"-"`
}

Group 类的字节码分组信息

func (*Group) IsEmpty

func (x *Group) IsEmpty() bool

IsEmpty 这一组是个空组

type Report

type Report struct {

	// 包的ga
	GroupId    string `json:"group_id"`
	ArtifactId string `json:"artifact_id"`

	Class string `json:"class"`

	// 版本分组信息
	Groups []*Group `json:"groups"`
}

Report 追踪结果报告

Jump to

Keyboard shortcuts

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