mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 09:49:28 +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
|
||||
|
||||
import (
|
||||
|
@@ -1,3 +1,4 @@
|
||||
// Package update handles updating beszel and beszel-agent.
|
||||
package update
|
||||
|
||||
import (
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// Package user handles user-related custom functionality.
|
||||
// Package users handles user-related custom functionality.
|
||||
package users
|
||||
|
||||
import (
|
||||
@@ -14,10 +14,10 @@ type UserManager struct {
|
||||
}
|
||||
|
||||
type UserSettings struct {
|
||||
// Language string `json:"lang"`
|
||||
ChartTime string `json:"chartTime"`
|
||||
NotificationEmails []string `json:"emails"`
|
||||
NotificationWebhooks []string `json:"webhooks"`
|
||||
// Language string `json:"lang"`
|
||||
}
|
||||
|
||||
func NewUserManager(app *pocketbase.PocketBase) *UserManager {
|
||||
|
Reference in New Issue
Block a user