Documentation ¶
Index ¶
- type Handler
- func (h *Handler) Add(_ context.Context, mod model.Module, modDir dir_fs.DirFS, modFile string) error
- func (h *Handler) Delete(_ context.Context, mID string) error
- func (h *Handler) Get(_ context.Context, mID string) (model.Module, error)
- func (h *Handler) GetDir(_ context.Context, mID string) (dir_fs.DirFS, error)
- func (h *Handler) Init(perm fs.FileMode) error
- func (h *Handler) List(ctx context.Context, filter model.ModFilter) ([]model.Module, error)
- func (h *Handler) Update(_ context.Context, mod model.Module, modDir dir_fs.DirFS, modFile string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.