Documentation ¶
Overview ¶
Package weblinker generates links to Pachyderm resources served over HTTP.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Linker ¶
type Linker struct { // HTTPS is true if resources should be fetched with HTTPS. HTTPS bool // HostPort is the host:port (port optional if 80/443) of the Pachyderm proxy. HostPort string // Version is the version of Pachyderm that will handle the links. Version *versionpb.Version }
Linker can generate links to HTTP resources.
func (*Linker) ArchiveDownloadBaseURL ¶
ArchiveDownloadBaseURL returns the prefix of archive download URLs.
func (*Linker) CreatePipelineRequestJSONSchemaURL ¶
CreatePipelineRequestJSONSchemaURL returns the URL of the JSON Schema for a CreatePipelineRequest.
Click to show internal directories.
Click to hide internal directories.