Upstream v2.1.4 Upstream.Endpoint View Source

Link to this section Summary

Link to this section Functions

Link to this function merge_fail(struct) View Source
merge_fail(atom() | %atom(){optional(atom()) => any()}) :: %{success: false}
Link to this function merge_success(struct) View Source
merge_success(atom() | %atom(){optional(atom()) => any()}) :: %{success: true}
Link to this function render_json(conn, status, body) View Source
render_json(Plug.Conn.t(), atom() | integer(), any()) :: Plug.Conn.t()