package
Version:
v0.0.0-...-8027ee6
Opens a new window with list of versions in this module.
Published: May 7, 2023
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Invite struct {
Subject string `json:"subject"`
Sender security.Identity `json:"sender"`
RecipientIds []string `json:"recipientIds"`
Name string `json:"name"`
Exchanges []string `json:"exchanges"`
}
type Token struct {
Version float32 `json:"v"`
Subject string `json:"s"`
SenderNick string `json:"d"`
Name string `json:"n"`
Crc uint32 `json:"c"`
Keys [][]byte `json:"k"`
Storages []byte `json:"t"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.