Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
Types ¶
type StorageMonitor ¶
type StorageMonitor struct { Added func(FileInfo) error Modified func(FileInfo) error Removed func(FileInfo) error Changed func([]error) // contains filtered or unexported fields }
func NewStorageMonitor ¶
func NewStorageMonitor(extension string) *StorageMonitor
func (*StorageMonitor) Start ¶
func (sm *StorageMonitor) Start(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.