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 { // Services FileService *FileService StorageService *StorageService PathsService *PathsService LoggerService *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 ¶
func NewFileService ¶
func NewFileService() *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.