type
DocumentLockEnvelope
type DocumentLockEnvelope struct {
Lock *DocumentLock `json:"lock"`
Owned bool `json:"owned"`
Acquired bool `json:"acquired"`
CanTakeOver bool `json:"canTakeOver"`
}Current authoring lock and current-actor state.
Source protocol/envelope.go:188
Lock*DocumentLock- The Lock value.
Ownedbool- The Owned value.
Acquiredbool- The Acquired value.
CanTakeOverbool- The CanTakeOver value.
Exposes safe owner label and lease timestamps, never auth collection identity or credentials.