mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-05 08:18:17 +00:00
chore(store/valkey): remove pointless comments
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -66,8 +66,8 @@ func (c Config) Valid() error {
|
||||
type Sentinel struct {
|
||||
MasterName string `json:"masterName"`
|
||||
Addr internal.ListOr[string] `json:"addr"`
|
||||
ClientName string `json:"clientName,omitempty"` // if not set, default to Anubis or anubis.ProductName.
|
||||
Username string `json:"username,omitempty"` // if not set, ignored
|
||||
ClientName string `json:"clientName,omitempty"`
|
||||
Username string `json:"username,omitempty"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user