Documentation ¶
Index ¶
- type Handler
- func (h *Handler) Add(ctx context.Context, mod *module.Module, modDir dir_fs.DirFS, modFile string, ...) error
- func (h *Handler) Delete(ctx context.Context, mID string, force bool) error
- func (h *Handler) Get(ctx context.Context, mID string) (model.Module, error)
- func (h *Handler) GetDir(ctx context.Context, mID string) (dir_fs.DirFS, error)
- func (h *Handler) GetReq(ctx context.Context, mID string) (model.Module, map[string]model.Module, error)
- func (h *Handler) List(ctx context.Context, filter model.ModFilter) ([]model.Module, error)
- func (h *Handler) Update(ctx context.Context, mod *module.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.