Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnchorService ¶
type AnchorService struct {
// contains filtered or unexported fields
}
type ClientContext ¶
type ClientContext struct {
Cfg *config.ClientConfig
File *FileService
Storage *StorageService
Paths *PathsService
Logger *LoggerService
AnchorService *AnchorService
DeltaService *DeltaService
SnapshotService *SnapshotService
// contains filtered or unexported fields
}
func NewAppContext ¶
func NewAppContext(cfg *config.ClientConfig) (*ClientContext, error)
type DeltaService ¶
type DeltaService struct {
// contains filtered or unexported fields
}
type FileService ¶
type LoggerService ¶
type PathsService ¶
type SnapshotService ¶
type SnapshotService struct {
// contains filtered or unexported fields
}
type StorageService ¶
Click to show internal directories.
Click to hide internal directories.