settings

package
v1.13.0-beta.2 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2026 License: GPL-2.0 Imports: 18 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinuxSystemProxy added in v1.4.3

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

func NewSystemProxy added in v1.4.3

func NewSystemProxy(ctx context.Context, serverAddr M.Socksaddr, supportSOCKS bool) (*LinuxSystemProxy, error)

func (*LinuxSystemProxy) Disable added in v1.4.3

func (p *LinuxSystemProxy) Disable() error

func (*LinuxSystemProxy) Enable added in v1.4.3

func (p *LinuxSystemProxy) Enable() error

func (*LinuxSystemProxy) IsEnabled added in v1.4.3

func (p *LinuxSystemProxy) IsEnabled() bool

type LinuxWIFIMonitor

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

func (*LinuxWIFIMonitor) Close

func (m *LinuxWIFIMonitor) Close() error

func (*LinuxWIFIMonitor) ReadWIFIState

func (m *LinuxWIFIMonitor) ReadWIFIState() adapter.WIFIState

func (*LinuxWIFIMonitor) Start

func (m *LinuxWIFIMonitor) Start() error

type SystemProxy added in v1.4.3

type SystemProxy interface {
	IsEnabled() bool
	Enable() error
	Disable() error
}

type WIFIMonitor

type WIFIMonitor interface {
	ReadWIFIState() adapter.WIFIState
	Start() error
	Close() error
}

func NewWIFIMonitor

func NewWIFIMonitor(callback func(adapter.WIFIState)) (WIFIMonitor, error)

Jump to

Keyboard shortcuts

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