Skip to content
Snippets Groups Projects
Commit e5f2f56b authored by ForrestWeston's avatar ForrestWeston
Browse files

docs for core builder NewNode method


License: MIT
Signed-off-by: default avatarForrestWeston <forrest@protocol.ai>
parent 76907bb4
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ func defaultRepo(dstore repo.Datastore) (repo.Repo, error) {
}, nil
}
// NewNode constructs and returns an IpfsNode using the given cfg.
func NewNode(ctx context.Context, cfg *BuildCfg) (*IpfsNode, error) {
if cfg == nil {
cfg = new(BuildCfg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment