1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-05 15:36:57 +08:00
Files
kubo/core/commands/commands.go

10 lines
156 B
Go

package commands
import (
"io"
"github.com/jbenet/go-ipfs/core"
)
type CmdFunc func(*core.IpfsNode, []string, map[string]interface{}, io.Writer) error