Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Debug bool Port uint IPFSHost string IPFSGateway string CIDResolvers []string CIDStorePath string TLSCertPath string TLSKeyPath string }
Config is server config
type InfoResponse ¶
type InfoResponse struct { Info string `json:"what"` Project string `json:"project"` Gateway string `json:"gateway"` Handles []string `json:"handles"` Problematic []string `json:"problematic"` }
InfoResponse is response for manifest info response
Click to show internal directories.
Click to hide internal directories.