View Source SEO.OpenGraph.Build protocol (SEO v0.1.11)
Implement build/2
which receives your item and conn and returns a SEO.OpenGraph.t
or nil
Summary
Types
@type t() :: term()
All the types that implement this protocol.
Functions
@spec build(term(), Plug.Conn.t()) :: SEO.OpenGraph.t() | nil