filetracker

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package filetracker provides a no-op file read tracking service.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	RecordRead(ctx context.Context, sessionID, path string)
	LastReadTime(ctx context.Context, sessionID, path string) time.Time
	ListReadFiles(ctx context.Context, sessionID string) ([]string, error)
}

Service defines the interface for tracking file reads in sessions.

func NewNoopService

func NewNoopService() Service

NewNoopService returns a Service that does nothing.

Jump to

Keyboard shortcuts

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