package conn

import "github.com/containerd/nydus-snapshotter/pkg/fanotify/conn"

Index

Types

type Client

type Client struct {
	Reader *bufio.Reader
}

func (*Client) GetEventInfo

func (c *Client) GetEventInfo() (*EventInfo, error)

type EventInfo

type EventInfo struct {
	Path    string `json:"path"`
	Size    uint32 `json:"size"`
	Elapsed uint64 `json:"elapsed"`
}

Source Files

conn.go

Version
v0.15.15 (latest)
Published
Apr 17, 2026
Platform
linux/amd64
Imports
2 packages
Last checked
4 hours ago

Tools for package owners.