Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key string
A Key represents an identifier. It can be a pool ID, client ID, smart contract address, etc.
type Timestamp ¶
type Timestamp int64
Timestamp represents Unix time (e.g. in seconds)
type WhoPays ¶
type WhoPays int
WhoPays for file downloading.
const ( WhoPaysOwner WhoPays = iota // 0, file owner pays WhoPays3rdParty // 1, 3rd party user pays )
possible variants
Click to show internal directories.
Click to hide internal directories.