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

t()

All the types that implement this protocol.

Types

t()

@type t() :: term()

All the types that implement this protocol.

Functions

build(item, conn)

@spec build(term(), Plug.Conn.t()) :: SEO.OpenGraph.t() | nil