package
Version:
v0.20.23
Opens a new window with list of versions in this module.
Published: Feb 8, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 52
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BatchUpdateServerGroupRequest struct {
Servers []uint64
Group string
}
type Data struct {
Now int64 `json:"now,omitempty"`
Servers []*model.Server `json:"servers,omitempty"`
}
type TokenForm struct {
Note string
}
type V1Response[T any] struct {
Success bool `json:"success,omitempty"`
Data T `json:"data,omitempty"`
Error string `json:"error,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.