Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Retrieve = binding.Bind[*RetrieveArguments, *RetrieveOK](command.MustParse("/content/retrieve"))
Functions ¶
This section is empty.
Types ¶
type Range ¶
type RetrieveArguments ¶
type RetrieveArguments struct {
Blob Blob `cborgen:"blob" dagjsongen:"blob"`
Range Range `cborgen:"range" dagjsongen:"range"`
}
func (*RetrieveArguments) MarshalCBOR ¶
func (t *RetrieveArguments) MarshalCBOR(w io.Writer) error
func (*RetrieveArguments) MarshalDagJSON ¶
func (t *RetrieveArguments) MarshalDagJSON(w io.Writer) error
func (*RetrieveArguments) UnmarshalCBOR ¶
func (t *RetrieveArguments) UnmarshalCBOR(r io.Reader) (err error)
func (*RetrieveArguments) UnmarshalDagJSON ¶
func (t *RetrieveArguments) UnmarshalDagJSON(r io.Reader) (err error)
type RetrieveOK ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.