Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { OpenFile(ctx context.Context, path string, bucketSlug string) (domain.OpenFileInfo, error) GetConfig(ctx context.Context) domain.AppConfig ListDir(ctx context.Context) ([]domain.FileInfo, error) GetPathInfo(ctx context.Context, path string) (domain.FileInfo, error) GenerateKeyPair(ctx context.Context, useForce bool) (domain.KeyPair, error) CreateFolder(ctx context.Context, path string) error AddItems(ctx context.Context, sourcePaths []string, targetPath string) error }
Service Layer should not depend on gRPC dependencies
type ServiceOption ¶
type ServiceOption func(o *serviceOptions)
func WithEnv ¶
func WithEnv(env env.SpaceEnv) ServiceOption
Click to show internal directories.
Click to hide internal directories.