Documentation ¶
Index ¶
- type Handler
- func (h *Handler) Create(ctx context.Context, mod *module.Module, depReq model.DepInput, ...) (string, error)
- func (h *Handler) Delete(ctx context.Context, id string, orphans bool) error
- func (h *Handler) Disable(ctx context.Context, id string, dependencies bool) error
- func (h *Handler) Enable(ctx context.Context, id string) error
- func (h *Handler) Get(ctx context.Context, id string) (*model.Deployment, error)
- func (h *Handler) GetInstance(ctx context.Context, id string) (model.DepInstance, error)
- func (h *Handler) InitWorkspace(perm fs.FileMode) error
- func (h *Handler) List(ctx context.Context, filter model.DepFilter) ([]model.DepMeta, error)
- func (h *Handler) ListInstances(ctx context.Context) (map[string]model.DepInstance, error)
- func (h *Handler) Update(ctx context.Context, mod *module.Module, depInput model.DepInput, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) GetInstance ¶
func (*Handler) ListInstances ¶
Click to show internal directories.
Click to hide internal directories.