Versions in this module Expand all Collapse all v0 v0.1.1 Feb 5, 2025 v0.1.0 Jan 22, 2025 Changes in this version + type Manager struct + func NewManager(zbus zbus.Client) *Manager + func (p *Manager) Deprovision(ctx context.Context, wl *gridtypes.WorkloadWithID) error + func (p *Manager) Provision(ctx context.Context, wl *gridtypes.WorkloadWithID) (interface{}, error) + func (p *Manager) Update(ctx context.Context, wl *gridtypes.WorkloadWithID) (interface{}, error)