api

package
v0.0.0-...-9107137 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2022 License: Apache-2.0 Imports: 0 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackLink struct {
	Text  string `json:"text"`
	DocId string `json:"docId"`
}

TODO(jeremy): Don't think this is the right data structure. What's the proper way to return BackLinks? We'd like information about the source document (e.g. its URI as well as tne target document).

type BackLinkList struct {
	Items []BackLink `json:"items"`
}

type RequestStatus

type RequestStatus struct {
	Kind    string `json:"kind"`
	Message string `json:"message"`
	Code    int    `json:"code"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL