Move stuff, keep working on authenticated fetch
All checks were successful
/ docker (push) Successful in 4m5s
All checks were successful
/ docker (push) Successful in 4m5s
This commit is contained in:
parent
f8b3a6ff06
commit
e3a97170a9
11 changed files with 81 additions and 39 deletions
|
@ -18,6 +18,7 @@ const (
|
|||
ServerSoftwareWafrn = ServerSoftwareType("Wafrn")
|
||||
// Linstrom with no known forks
|
||||
ServerSoftwareLinstrom = ServerSoftwareType("Linstrom")
|
||||
ServerSoftwareUnknown = ServerSoftwareType("Unknown")
|
||||
)
|
||||
|
||||
// A list of all known server software systems
|
||||
|
@ -27,6 +28,7 @@ var AllServerSoftwareTypes = []ServerSoftwareType{
|
|||
ServerSoftwarePlemora,
|
||||
ServerSoftwareWafrn,
|
||||
ServerSoftwareLinstrom,
|
||||
ServerSoftwareUnknown,
|
||||
}
|
||||
|
||||
func (r *ServerSoftwareType) Value() (driver.Value, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue