package
Version:
v3.1.0
Opens a new window with list of versions in this module.
Published: May 15, 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 {
DefaultConn string `json:"default_connection,omitempty"`
Connections map[string]Connection `json:"connections,omitempty"`
}
type Connection struct {
Gateway bool `json:"gateway,omitempty"`
URL string `json:"url"`
SiteID string `json:"site_id,omitempty"`
Token Token `json:"token"`
AllowInsecure bool `json:"allow_insecure,omitempty"`
}
type Token struct {
Value string `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.