7 lines
199 B
Go
7 lines
199 B
Go
|
package tsm1
|
||
|
|
||
|
type noFileStoreObserver struct{}
|
||
|
|
||
|
func (noFileStoreObserver) FileFinishing(path string) error { return nil }
|
||
|
func (noFileStoreObserver) FileUnlinking(path string) error { return nil }
|