Documentation ¶
Overview ¶
Package client forks the HTTP request models of dhtsotre in order to avoid forcing upstream projects into C-bindings required by Foundation DB. Note that this repo only needs the Write request models as it only ever persists data to dhstore. It does not look up records from it.
The structs here are compatible with the API specification of dhstore. See: https://github.com/ipni/dhstore/blob/main/openapi.yaml
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MergeIndexRequest ¶
type MergeIndexRequest struct {
Merges []Index `json:"merges"`
}
type PutMetadataRequest ¶
Click to show internal directories.
Click to hide internal directories.