package
Version:
v0.22.1
Opens a new window with list of versions in this module.
Published: Jan 12, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ID = "safeline"
EndpointKey = "endpoint"
TokenKey = "token"
)
type Response struct {
Data struct {
Nodes []map[string]string `json:"nodes"`
} `json:"data"`
Err string `json:"err"`
Msg string `json:"msg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.