Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PinnerNode ¶
type PinnerNode interface { CarExporter() car.CarExporterAPI PinService() pinclient.PinServiceAPI UnixfsService() dag.UnixfsAPI }
func NewPinnerNode ¶
func NewPinnerNode(req PinnerNodeCreateRequest) PinnerNode
type PinnerNodeCreateRequest ¶
type PinnerNodeCreateRequest struct {
// contains filtered or unexported fields
}
func NewNodeRequest ¶
func NewNodeRequest(clientRequest pinclient.ClientCreateRequest) *PinnerNodeCreateRequest
func (*PinnerNodeCreateRequest) CidComputeOnly ¶
func (req *PinnerNodeCreateRequest) CidComputeOnly(cidComputeOnly bool) *PinnerNodeCreateRequest
If only cid computation is required from the node (and no persistence of the ipfs dags to filesystem)
func (*PinnerNodeCreateRequest) CidVersion ¶
func (req *PinnerNodeCreateRequest) CidVersion(version int) *PinnerNodeCreateRequest
Directories
¶
Path | Synopsis |
---|---|
A car exporter based on go-car module
|
A car exporter based on go-car module |
contains client to register and interact with a IPFS remote pinning service + with the custom endpoints for file/car upload for supported service TODO: might want to separate out the custom endpoints
|
contains client to register and interact with a IPFS remote pinning service + with the custom endpoints for file/car upload for supported service TODO: might want to separate out the custom endpoints |
Click to show internal directories.
Click to hide internal directories.