Versions in this module Expand all Collapse all v0 v0.0.2 May 17, 2024 Changes in this version + type File struct + func NewFileSource(filename string, opts ...Option) (fs *File, err error) + func (f *File) Close() + func (f *File) Next(ctx context.Context, preversion int64) (content []byte, curversion int64, ok bool) + type Option func(*File) + func WithIgnoreEvents(ops []fsnotify.Op) Option + func WithLogger(log logger.LeveledLogger) Option