Documentation
¶
Index ¶
- Variables
- func NewNode(dir string, attrs map[string]string) (testbedi.Core, error)
- type BrowserIpfs
- func (l *BrowserIpfs) APIAddr() (string, error)
- func (l *BrowserIpfs) Config() (interface{}, error)
- func (l *BrowserIpfs) Connect(ctx context.Context, tbn testbedi.Core) error
- func (l *BrowserIpfs) Dir() string
- func (l *BrowserIpfs) Init(ctx context.Context, agrs ...string) (testbedi.Output, error)
- func (l *BrowserIpfs) PeerID() (string, error)
- func (l *BrowserIpfs) RunCmd(ctx context.Context, stdin io.Reader, args ...string) (testbedi.Output, error)
- func (l *BrowserIpfs) Shell(ctx context.Context, nodes []testbedi.Core) error
- func (l *BrowserIpfs) Start(ctx context.Context, wait bool, args ...string) (testbedi.Output, error)
- func (l *BrowserIpfs) Stop(ctx context.Context) error
- func (l *BrowserIpfs) String() string
- func (l *BrowserIpfs) SwarmAddrs() ([]string, error)
- func (l *BrowserIpfs) Type() string
- func (l *BrowserIpfs) WriteConfig(cfg interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var PluginName = "browseripfs"
Functions ¶
Types ¶
type BrowserIpfs ¶
type BrowserIpfs struct {
// contains filtered or unexported fields
}
func (*BrowserIpfs) APIAddr ¶
func (l *BrowserIpfs) APIAddr() (string, error)
func (*BrowserIpfs) Config ¶
func (l *BrowserIpfs) Config() (interface{}, error)
func (*BrowserIpfs) Dir ¶
func (l *BrowserIpfs) Dir() string
func (*BrowserIpfs) PeerID ¶
func (l *BrowserIpfs) PeerID() (string, error)
func (*BrowserIpfs) String ¶
func (l *BrowserIpfs) String() string
func (*BrowserIpfs) SwarmAddrs ¶
func (l *BrowserIpfs) SwarmAddrs() ([]string, error)
func (*BrowserIpfs) Type ¶
func (l *BrowserIpfs) Type() string
func (*BrowserIpfs) WriteConfig ¶
func (l *BrowserIpfs) WriteConfig(cfg interface{}) error
Click to show internal directories.
Click to hide internal directories.