mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 10:19:27 +08:00
update package comments
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
// Package agent handles the agent's SSH server and system stats collection.
|
||||||
package agent
|
package agent
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// Package update handles updating beszel and beszel-agent.
|
||||||
package update
|
package update
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Package user handles user-related custom functionality.
|
// Package users handles user-related custom functionality.
|
||||||
package users
|
package users
|
||||||
|
|
||||||
import (
|
import (
|
||||||
@@ -14,10 +14,10 @@ type UserManager struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type UserSettings struct {
|
type UserSettings struct {
|
||||||
// Language string `json:"lang"`
|
|
||||||
ChartTime string `json:"chartTime"`
|
ChartTime string `json:"chartTime"`
|
||||||
NotificationEmails []string `json:"emails"`
|
NotificationEmails []string `json:"emails"`
|
||||||
NotificationWebhooks []string `json:"webhooks"`
|
NotificationWebhooks []string `json:"webhooks"`
|
||||||
|
// Language string `json:"lang"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewUserManager(app *pocketbase.PocketBase) *UserManager {
|
func NewUserManager(app *pocketbase.PocketBase) *UserManager {
|
||||||
|
Reference in New Issue
Block a user