We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d487f commit 713cc21Copy full SHA for 713cc21
core/coreapi/name.go
@@ -38,8 +38,6 @@ func (e *ipnsEntry) Value() path.Path {
38
return e.value
39
}
40
41
-type requestContextKey string
42
-
43
// Publish announces new IPNS name and returns the new IPNS entry.
44
func (api *NameAPI) Publish(ctx context.Context, p path.Path, opts ...caopts.NamePublishOption) (coreiface.IpnsEntry, error) {
45
ctx, span := tracing.Span(ctx, "CoreAPI.NameAPI", "Publish", trace.WithAttributes(attribute.String("path", p.String())))
0 commit comments