Documentation ¶
Index ¶
- type KNodeService
- func (t *KNodeService) ID(ctx context.Context, in string, out *api.IPFSID) error
- func (t *KNodeService) Pin(ctx context.Context, argType knodemanager.PinArgs, ...) error
- func (t *KNodeService) PinLs(ctx context.Context, argType knodemanager.PinLsArgs, ...) error
- func (t *KNodeService) PinLsCid(ctx context.Context, argType knodemanager.PinLsArgs, ...) error
- func (t *KNodeService) SwarmConnect(ctx context.Context, origins []api.Multiaddr, resp *knodemanager.CommonResp) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KNodeService ¶
type KNodeService struct{}
func (*KNodeService) Pin ¶
func (t *KNodeService) Pin(ctx context.Context, argType knodemanager.PinArgs, resp *knodemanager.RawIPFSPinInfo) error
func (*KNodeService) PinLs ¶
func (t *KNodeService) PinLs(ctx context.Context, argType knodemanager.PinLsArgs, resp *knodemanager.PinLsResp) error
func (*KNodeService) PinLsCid ¶
func (t *KNodeService) PinLsCid(ctx context.Context, argType knodemanager.PinLsArgs, resp *knodemanager.PinResp) error
func (*KNodeService) SwarmConnect ¶
func (t *KNodeService) SwarmConnect(ctx context.Context, origins []api.Multiaddr, resp *knodemanager.CommonResp) error
Click to show internal directories.
Click to hide internal directories.