Documentation ¶
Index ¶
Constants ¶
View Source
const ( DriverSqlite = "sqlite" SourceSqliteInMemory = "file::memory:?cache=shared&_pragma=foreign_keys(1)" )
View Source
const ErrNotReadDirFileFS = lib.Error("is not interface to fs.ReadDirFileFS")
View Source
const ErrWrongParamType = lib.Error("wrong param type")
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventBus ¶
type EventBus struct {
// contains filtered or unexported fields
}
func NewEventBus ¶
func NewEventBus() *EventBus
type FileSystem ¶
type FileSystem interface { fs.ReadFileFS fs.ReadDirFS }
type LayerFileSystem ¶
type LayerFileSystem struct {
// contains filtered or unexported fields
}
func NewLayerFileSystem ¶
func NewLayerFileSystem(params ...interface{}) (*LayerFileSystem, error)
type Sha256 ¶
type Sha256 struct { }
func (*Sha256) CheckFiles ¶
CheckFiles return list of good/bad files as specified by checksumFileName or first error. Files must be returned with abs path
type WatcherService ¶
type WatcherService struct {
// contains filtered or unexported fields
}
func NewWatcherService ¶
func (*WatcherService) Close ¶
func (s *WatcherService) Close()
Source Files ¶
Click to show internal directories.
Click to hide internal directories.