proxifier

package
v0.0.0-...-7df0ded Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2022 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Menu(args ...string) (err error)

Menu of Proxifier

Types

type Event

type Event struct {
	Date    time.Time   `json:"date"`
	Exe     string      `json:"exe"`
	Pid     int         `json:"pid"`
	Account string      `json:"account"`
	Host    string      `json:"host"`
	Whois   whois.Whois `json:"whois"`
	Count   int         `json:"count"`
}

Event of Proxifier

type EventsSortDate

type EventsSortDate []Event

EventsSortDate of Proxifier sorted by Date

func (EventsSortDate) Len

func (slice EventsSortDate) Len() int

func (EventsSortDate) Less

func (slice EventsSortDate) Less(i, j int) bool

func (EventsSortDate) Swap

func (slice EventsSortDate) Swap(i, j int)

type EventsSortHost

type EventsSortHost []Event

EventsSortHost of Proxifier sorted by Host

func (EventsSortHost) Len

func (slice EventsSortHost) Len() int

func (EventsSortHost) Less

func (slice EventsSortHost) Less(i, j int) bool

func (EventsSortHost) Swap

func (slice EventsSortHost) Swap(i, j int)

Jump to

Keyboard shortcuts

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