Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + func PKill(name string, sig syscall.Signal) error + func PidOf(name string) ([]int, error) + type FakeProcFS struct + func (fakePfs *FakeProcFS) GetFullContainerName(pid int) (string, error) + type ProcFS struct + func (pfs *ProcFS) GetFullContainerName(pid int) (string, error) + type ProcFSInterface interface + GetFullContainerName func(pid int) (string, error) + func NewFakeProcFS() ProcFSInterface + func NewProcFS() ProcFSInterface