merged from gramsrv upstream
This commit is contained in:
parent
79c64ee916
commit
21a0856587
651 changed files with 54774 additions and 4590 deletions
|
|
@ -9,3 +9,11 @@ type TempAuthKeyBinding struct {
|
|||
ExpiresAt int
|
||||
EncryptedMessage []byte
|
||||
}
|
||||
|
||||
// TempAuthKeyBindingResult is the exact auth-key default committed by the
|
||||
// temp-to-permanent binding transaction. LayerObservationID is the durable
|
||||
// ordering token; zero denotes the legacy unordered default.
|
||||
type TempAuthKeyBindingResult struct {
|
||||
Layer int
|
||||
LayerObservationID int64
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue