Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Users is identity and access management service Users users.Identity // Cluster implements cluster-level BLOB storage Cluster blob.Objects // Local implements local BLOB storage (used by peers to // exchange BLOBs) Local blob.Objects }
Config is a config for HTTP handler
Click to show internal directories.
Click to hide internal directories.