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(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