Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RepoPathURL ¶ added in v0.8.0
type RepoPathURL struct { // RepoPath is the relative path to an asset in the repository. RepoPath string }
RepoPathURL is a URL that points to a path in the repository, helpful for identifying links that link to assets in the repository from our documentation.
func ParseRepoPathURL ¶ added in v0.8.0
func ParseRepoPathURL(url string) (RepoPathURL, bool)
ParseRepoPathURL will return true and the details of the repository path URL if the URL is a URL that points to an asset in the repository, or false otherwise.
Click to show internal directories.
Click to hide internal directories.