Documentation
¶
Overview ¶
package autodiscovery is an implementation of the VCS Autodiscovery RFC.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VCS ¶
VCS represents the Version Control System being used.
func Forgejo ¶ added in v0.9.0
Forgejo generates VCS for forgejo. For instance "https://codeberg.org/pfad.fr/vanitydoc" and defaultBranch "main".
func Github ¶
Github generates VCS for github. For instance "https://github.com/fluhus/godoc-tricks" and defaultBranch "main".
func SourceHutGit ¶
SourceHutGit generates VCS for git.sr.ht. For instance "https://git.sr.ht/~username/repo" and defaultBranch "main".
Click to show internal directories.
Click to hide internal directories.