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.2 (latest)
Published
May 26, 2025
Platform
linux/amd64
Imports
2 packages
Last checked
2 days ago

Tools for package owners.