Versions in this module Expand all Collapse all v1 v1.32.0 Apr 4, 2025 Changes in this version + var HeartbeatInterval = time.Second * 30 + func Create(dbp zesty.DBProvider) (id uint64, err error) + type Instance struct + Heartbeat time.Time + ID uint64 + func ListInstances(dbp zesty.DBProvider) (ii []*Instance, err error) + func (i *Instance) Delete(dbp zesty.DBProvider) error + func (i *Instance) IsDead() bool