View Source ValueFlows.Proposal.ProposedIntents (Bonfire v0.9.10-classic-beta.169)
Summary
Functions
Callback implementation for Bonfire.Federate.ActivityPub.FederationModules.federation_module/0
.
Functions
@spec delete(ValueFlows.Proposal.ProposedIntent.t()) :: {:ok, ValueFlows.Proposal.ProposedIntent.t()} | {:error, term()}
Callback implementation for Bonfire.Federate.ActivityPub.FederationModules.federation_module/0
.
@spec many(filters :: [any()]) :: {:ok, [ValueFlows.Proposal.ProposedIntent.t()]} | {:error, term()}
@spec one(filters :: [any()]) :: {:ok, ValueFlows.Proposal.ProposedIntent.t()} | {:error, term()}
@spec propose_intent(ValueFlows.Proposal.t(), ValueFlows.Planning.Intent.t(), map()) :: {:ok, ValueFlows.Proposal.ProposedIntent.t()} | {:error, term()}