package
Version:
v0.0.0-...-01ad037
Opens a new window with list of versions in this module.
Published: Aug 13, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Default = &Gitlab{
URL: "https://gitlab.com/",
Token: "",
Timeout: 5000,
}
type Gitlab struct {
URL string `validate:"required,url,http"`
Token string `validate:"required"`
Timeout int `validate:"gte=0"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.