package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jun 8, 2022
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IpfsPin struct {
Cid string `json:"cid"`
Name string `json:"name"`
Origins []string `json:"origins"`
Meta map[string]interface{} `json:"meta"`
}
type IpfsPinStatus struct {
Requestid string `json:"requestid"`
Status string `json:"status"`
Created time.Time `json:"created"`
Pin IpfsPin `json:"pin"`
Delegates []string `json:"delegates"`
Info map[string]interface{} `json:"info"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.