Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContentLinks ¶
GetContentLinks returns Documize generated <a> links. such links have an identifying attribute e.g. <a data-documize='true'...
Types ¶
type Handler ¶ added in v1.51.0
Handler contains the runtime information such as logging and database.
func (*Handler) GetLinkCandidates ¶ added in v1.51.0
func (h *Handler) GetLinkCandidates(w http.ResponseWriter, r *http.Request)
GetLinkCandidates returns references to documents/sections/attachments.
func (*Handler) SearchLinkCandidates ¶ added in v1.51.0
func (h *Handler) SearchLinkCandidates(w http.ResponseWriter, r *http.Request)
SearchLinkCandidates endpoint takes a list of keywords and returns a list of document references matching those keywords.
Click to show internal directories.
Click to hide internal directories.