logfs opened files

This commit is contained in:
royalcat 2024-06-19 00:17:10 +03:00
parent bf2dac5cf1
commit 2d72790c1a
4 changed files with 42 additions and 11 deletions
src/vfs

View file

@ -8,7 +8,6 @@ import (
"time"
"github.com/royalcat/ctxio"
"go.opentelemetry.io/otel"
)
type File interface {
@ -24,8 +23,6 @@ type File interface {
var ErrNotImplemented = errors.New("not implemented")
var tracer = otel.Tracer("git.kmsign.ru/royalcat/tstor/src/vfs")
type Filesystem interface {
// Open opens the named file for reading. If successful, methods on the
// returned file can be used for reading; the associated file descriptor has