package
Version:
v0.11.2
Opens a new window with list of versions in this module.
Published: Aug 29, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Current string `json:"current"`
Endpoints map[string]Endpoint `json:"endpoints"`
}
type Endpoint struct {
Name string `json:"name"`
URL string `json:"url"`
Token string `json:"token"`
SSH string `json:"ssh,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.