Documentation ¶
Overview ¶
Package version handles version types.
Index ¶
Constants ¶
View Source
const ( // Latest signifies the latest available version in requests to the // proxy client. Latest = "latest" // Main represents the main branch. Main = "main" // Master represents the master branch. Master = "master" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.