refresh

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(ctx context.Context, cfg *Config) error

Types

type Config

type Config struct {
	Debug       bool          `yaml:"debug"`
	Proxy       string        `yaml:"proxy"`
	Wait        time.Duration `yaml:"wait"`
	Input       string        `yaml:"input"`
	Output      string        `yaml:"output"`
	SessionFile string        `yaml:"session"`
	Session     Session       `yaml:"-"`
}

type Session

type Session struct {
	JA3             string `yaml:"ja3"`
	UserAgent       string `yaml:"user-agent"`
	Language        string `yaml:"language"`
	Token           string `yaml:"token"`
	SuperProperties string `yaml:"super-properties"`
	Locale          string `yaml:"locale"`
	Cookie          string `yaml:"cookie"`
}

Jump to

Keyboard shortcuts

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