type
DocumentLock
type DocumentLock struct {
DocumentID string `json:"documentId"`
OwnerID string `json:"ownerId"`
OwnerLabel string `json:"ownerLabel"`
CreatedAt string `json:"createdAt"`
UpdatedAt string `json:"updatedAt"`
ExpiresAt string `json:"expiresAt"`
}Safe persisted editor-lock metadata.
Source protocol/envelope.go:178
DocumentIDstring- The DocumentID value.
OwnerIDstring- The OwnerID value.
OwnerLabelstring- The OwnerLabel value.
CreatedAtstring- The CreatedAt value.
UpdatedAtstring- The UpdatedAt value.
ExpiresAtstring- The ExpiresAt value.
OwnerLabel is resolved for display. Exact auth collection identity stays server-side.