mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-02 01:28:13 -05:00
🔒 hide secret in ws messages
This commit is contained in:
parent
c23b88b096
commit
b3033976fe
@ -10,7 +10,7 @@ import (
|
|||||||
type Server struct {
|
type Server struct {
|
||||||
Common
|
Common
|
||||||
Name string
|
Name string
|
||||||
Secret string
|
Secret string `json:"-"`
|
||||||
|
|
||||||
Host *Host
|
Host *Host
|
||||||
State *State
|
State *State
|
||||||
|
Loading…
Reference in New Issue
Block a user