View Source ValueFlows.Proposal.ProposedTos (Bonfire v0.9.10-classic-beta.156)

Summary

Functions

Link to this function

ap_publish_activity(subject, activity_name, thing)

View Source
Link to this function

ap_receive_activity(creator, activity, object)

View Source
@spec delete(ValueFlows.Proposal.ProposedTo.t()) ::
  {:ok, ValueFlows.Proposal.ProposedTo.t()} | {:error, term()}

Callback implementation for Bonfire.Federate.ActivityPub.FederationModules.federation_module/0.

@spec many(filters :: [any()]) ::
  {:ok, [ValueFlows.Proposal.ProposedTo]} | {:error, term()}
@spec one(filters :: [any()]) ::
  {:ok, ValueFlows.Proposal.ProposedTo.t()} | {:error, term()}
Link to this function

propose_to(proposed_to, proposed)

View Source
@spec propose_to(any(), ValueFlows.Proposal.t()) ::
  {:ok, ValueFlows.Proposal.ProposedTo.t()} | {:error, term()}