Versions in this module Expand all Collapse all v0 v0.1.0 Oct 7, 2022 Changes in this version + func NewIPFSBinding(logger logger.Logger) bindings.OutputBinding + type IPFSBinding struct + func (b *IPFSBinding) Close() (err error) + func (b *IPFSBinding) Init(metadata bindings.Metadata) (err error) + func (b *IPFSBinding) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error) + func (b *IPFSBinding) Operations() []bindings.OperationKind