View Source SEO.Site.Build protocol (SEO v0.1.7)
Implement build/2
which receives your item and conn and returns a SEO.Site.t
or nil
Link to this section Summary
Link to this section Types
@type t() :: term()
Link to this section Functions
@spec build(term(), Plug.Conn.t()) :: SEO.Site.t() | nil