Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPOption ¶
type HTTPOption func(*HTTP)
func WithBasePath ¶
func WithBasePath(v string) HTTPOption
type Route ¶
type Route string
Route type
const ( // RouteGetURIs get uris, many at once, to keep it fast RouteGetURIs Route = "getURIs" // RouteGetContent get (site) content RouteGetContent Route = "getContent" // RouteGetNodes get nodes RouteGetNodes Route = "getNodes" // RouteUpdate update repo RouteUpdate Route = "update" // RouteGetRepo get the whole repo RouteGetRepo Route = "getRepo" )
Click to show internal directories.
Click to hide internal directories.