process

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2022 License: GPL-2.0 Imports: 19 Imported by: 18

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotFound = E.New("process not found")

Functions

This section is empty.

Types

type Info

type Info struct {
	ProcessPath string
	PackageName string
	User        string
	UserId      int32
}

func FindProcessInfo

func FindProcessInfo(searcher Searcher, ctx context.Context, network string, srcIP netip.Addr, srcPort int) (*Info, error)

type Searcher

type Searcher interface {
	FindProcessInfo(ctx context.Context, network string, srcIP netip.Addr, srcPort int) (*Info, error)
}

func NewSearcher

func NewSearcher(logger log.ContextLogger) (Searcher, error)

Jump to

Keyboard shortcuts

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