package fanotify
import "github.com/containerd/nydus-snapshotter/pkg/fanotify"
Index ¶
- type Server
- func NewServer(binaryPath string, containerPid uint32, imageName string, persistFile string, readable bool, overwrite bool, timeout time.Duration, logWriter *syslog.Writer) *Server
- func (fserver *Server) RunReceiver() error
- func (fserver *Server) RunServer() error
- func (fserver *Server) StopServer()
Types ¶
type Server ¶
type Server struct {
BinaryPath string
ContainerPid uint32
ImageName string
PersistFile string
Readable bool
Overwrite bool
Timeout time.Duration
Client *conn.Client
Cmd *exec.Cmd
LogWriter *syslog.Writer
}
func NewServer ¶
func NewServer(binaryPath string, containerPid uint32, imageName string, persistFile string, readable bool, overwrite bool, timeout time.Duration, logWriter *syslog.Writer) *Server
func (*Server) RunReceiver ¶
func (*Server) RunServer ¶
func (*Server) StopServer ¶
func (fserver *Server) StopServer()
Source Files ¶
Directories ¶
| Path | Synopsis |
|---|---|
| pkg/fanotify/conn |
- Version
- v0.15.15 (latest)
- Published
- Apr 17, 2026
- Platform
- linux/amd64
- Imports
- 13 packages
- Last checked
- 7 hours ago –
Tools for package owners.