Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct { URL string `json:"url,omitempty"` // URL is a context URL that shows up in the documents. DocumentURL string `json:"documentURL,omitempty"` // The final URL of the loaded context document. Content json.RawMessage `json:"content,omitempty"` // Content of the context document. }
Document is a JSON-LD context document with associated metadata.
Click to show internal directories.
Click to hide internal directories.