runner

package
v0.0.0-...-ae2aaf1 Latest Latest
Warning

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

Go to latest
Published: May 27, 2023 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JsonEncoded

type JsonEncoded struct {
	Verifier   string `json:"verifier"`
	UpdateTime string `json:"update_time"`
}

type Result

type Result struct {
	VmessList  *VList `json:"vmess"`
	SSRList    *VList `json:"ssr"`
	VlessList  *VList `json:"vless"`
	SSList     *VList `json:"ss"`
	Trojan     *VList `json:"trojan"`
	Other      *VList `json:"other"`
	UpdateTime string `json:"update_time"`
}

type Runner

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

func NewRunner

func NewRunner() *Runner

func (*Runner) RegisterSite

func (that *Runner) RegisterSite(site sites.Site)

func (*Runner) Run

func (that *Runner) Run(storage_dir string)

type VList

type VList struct {
	Total int      `json:"total"`
	List  []string `json:"list"`
}

Jump to

Keyboard shortcuts

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