controller

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CliController

type CliController struct {
	// contains filtered or unexported fields
}

func NewCliController

func NewCliController(opts options.CliOptions) *CliController

func (*CliController) Cleanup

func (c *CliController) Cleanup()

func (*CliController) Run

func (c *CliController) Run() int

type ExecutionResult

type ExecutionResult struct {
	Success       bool   `json:"success"`
	Key           string `json:"key,omitempty"`
	ImageXorKey   int    `json:"image_xor_key,omitempty"`
	ImageAesKey   string `json:"image_aes_key,omitempty"`
	Pid           uint32 `json:"pid,omitempty"`
	WechatVersion string `json:"wechat_version,omitempty"`
	ElapsedTimeMs int64  `json:"elapsed_time_ms"`
	Timestamp     string `json:"timestamp"`
	Error         string `json:"error,omitempty"`
	ErrorCode     string `json:"error_code,omitempty"`
}

Jump to

Keyboard shortcuts

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