Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { LoadRaw(ctx context.Context) (io.ReadCloser, error) LoadC1Z(ctx context.Context) (*dotc1z.C1File, error) SaveC1Z(ctx context.Context) error Close(ctx context.Context) error }
type ManagerOption ¶ added in v0.1.8
type ManagerOption func(*managerOptions)
func WithTmpDir ¶ added in v0.1.8
func WithTmpDir(tmpDir string) ManagerOption
Click to show internal directories.
Click to hide internal directories.