Versions in this module Expand all Collapse all v1 v1.0.0 Oct 1, 2025 Changes in this version + type BoltDBClient struct + func NewDB(path string) (*BoltDBClient, error) + func (c *BoltDBClient) AcquireLock(jobID, instanceID string) (bool, error) + func (c *BoltDBClient) Close() error + func (c *BoltDBClient) GetJob(id string) (*types.Job, error) + func (c *BoltDBClient) LoadJobs() ([]types.Job, error) + func (c *BoltDBClient) ReleaseLock(jobID, instanceID string) error + func (c *BoltDBClient) SaveJob(job *types.Job) error