Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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, errorCatcher errors.ErrorCatcher, errorThrower errors.ErrorThrower) FileChangedNotifier
NewFileChangedNotifier returns a FileChangedNotifier
Source Files ¶
Click to show internal directories.
Click to hide internal directories.