Documentation ¶
Index ¶
- type Handler
- func (h *Handler) BeginTransaction(ctx context.Context) (driver.Tx, error)
- func (h *Handler) CreateDep(ctx context.Context, itf driver.Tx, mID, name, inclDir string, indirect bool, ...) (string, error)
- func (h *Handler) CreateDepConfigs(ctx context.Context, itf driver.Tx, mConfigs module.Configs, ...) error
- func (h *Handler) CreateDepHostRes(ctx context.Context, itf driver.Tx, hostResources map[string]string, ...) error
- func (h *Handler) CreateDepReq(ctx context.Context, itf driver.Tx, depReq []string, dID string) error
- func (h *Handler) CreateDepSecrets(ctx context.Context, itf driver.Tx, secrets map[string]string, dID string) error
- func (h *Handler) CreateInst(ctx context.Context, itf driver.Tx, dID string, timestamp time.Time) (string, error)
- func (h *Handler) CreateInstCtr(ctx context.Context, itf driver.Tx, iID, cID, sRef string, order uint) error
- func (h *Handler) DeleteDep(ctx context.Context, id string) error
- func (h *Handler) DeleteDepConfigs(ctx context.Context, itf driver.Tx, dID string) error
- func (h *Handler) DeleteDepHostRes(ctx context.Context, itf driver.Tx, dID string) error
- func (h *Handler) DeleteDepReq(ctx context.Context, itf driver.Tx, dID string) error
- func (h *Handler) DeleteDepSecrets(ctx context.Context, itf driver.Tx, dID string) error
- func (h *Handler) DeleteInst(ctx context.Context, id string) error
- func (h *Handler) Init(ctx context.Context, schemaPath string) error
- func (h *Handler) ListDep(ctx context.Context, filter model.DepFilter) ([]model.DepMeta, error)
- func (h *Handler) ListInst(ctx context.Context, filter model.DepInstFilter) ([]model.Instance, error)
- func (h *Handler) ListInstCtr(ctx context.Context, iID string, filter model.CtrFilter) ([]model.Container, error)
- func (h *Handler) ReadDep(ctx context.Context, id string) (*model.Deployment, error)
- func (h *Handler) ReadInst(ctx context.Context, id string) (model.Instance, error)
- func (h *Handler) UpdateDep(ctx context.Context, dID, name, inclDir string, enabled, indirect bool, ...) 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) BeginTransaction ¶
func (*Handler) CreateDepConfigs ¶
func (*Handler) CreateDepHostRes ¶
func (*Handler) CreateDepReq ¶
func (*Handler) CreateDepSecrets ¶
func (*Handler) CreateInst ¶
func (*Handler) CreateInstCtr ¶
func (*Handler) DeleteDepConfigs ¶
func (*Handler) DeleteDepHostRes ¶
func (*Handler) DeleteDepReq ¶
func (*Handler) DeleteDepSecrets ¶
func (*Handler) ListInstCtr ¶
Click to show internal directories.
Click to hide internal directories.