Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileVisitor ¶
type FileVisitor struct {
// contains filtered or unexported fields
}
func (*FileVisitor) WriteTo ¶
func (f *FileVisitor) WriteTo(absPath string)
type Program ¶
type Program struct {
// contains filtered or unexported fields
}
Program 封装程序信息,解析遍历程序的所有包、函数、代码块
func NewProgram ¶
func NewProgram(mainPkgDir string, useRawSdk bool, conf *agent.Configuration) *Program
func (*Program) RollbackAll ¶
func (p *Program) RollbackAll()
Click to show internal directories.
Click to hide internal directories.