app

package
v0.0.0-...-ac55ef5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2024 License: MIT Imports: 6 Imported by: 0

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

type FileService struct {
	F *models.File
	// contains filtered or unexported fields
}

func NewFileService

func NewFileService() *FileService

type LoggerService

type LoggerService struct {
	L *slog.Logger
	// contains filtered or unexported fields
}

type PathsService

type PathsService struct {
	P *home.Paths
	// contains filtered or unexported fields
}

type SnapshotService

type SnapshotService struct {
	// contains filtered or unexported fields
}

type StorageService

type StorageService struct {
	S *storage.SQLite
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL