Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFile ¶
func DeleteFile ¶ added in v0.0.1
func ExistsPath ¶
Types ¶
type FileChangedNotifier ¶
type FileChangedNotifier interface {
Subscribe(subscribeFunc *func())
}
FileChangedNotifier defines and object that observe changes of a file
func NewFileChangedNotifier ¶
func NewFileChangedNotifier(file string) FileChangedNotifier
NewFileChangedNotifier returns a FileChangedNotifier
Click to show internal directories.
Click to hide internal directories.