Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocumentLink ¶
type DocumentLink struct { Document struct { Id string Type string Slug string } Url string IsBroken bool }
A link to a prismic document
func (*DocumentLink) Decode ¶
func (l *DocumentLink) Decode(enc interface{}) error
func (*DocumentLink) GetText ¶
func (l *DocumentLink) GetText() string
func (*DocumentLink) GetUrl ¶
func (l *DocumentLink) GetUrl() string
func (*DocumentLink) Resolve ¶
func (l *DocumentLink) Resolve(r Resolver)
type Link ¶
Click to show internal directories.
Click to hide internal directories.