Versions in this module Expand all Collapse all v0 v0.10.0 Aug 11, 2026 v0.9.0 Aug 5, 2026 v0.8.0 Aug 3, 2026 Changes in this version + var ErrStaleFencingToken = errors.New("fencing/memory: stale fencing token") + type Resource struct + func NewResource() *Resource + func (r *Resource) Read() (string, shiftlock.FencingToken) + func (r *Resource) Write(token shiftlock.FencingToken, value string) error