Versions in this module Expand all Collapse all v0 v0.2.2 Jan 15, 2025 Changes in this version + type Manager struct + func NewManager(client zbus.Client) Manager + func (m Manager) Deprovision(ctx context.Context, wl *gridtypes.WorkloadWithID) error + func (m Manager) Provision(ctx context.Context, wl *gridtypes.WorkloadWithID) (interface{}, error) + func (m Manager) Update(ctx context.Context, wl *gridtypes.WorkloadWithID) (interface{}, error) + type Volume = zos.Volume + type VolumeResult = zos.VolumeResult