🔒 hide secret in ws messages

This commit is contained in:
naiba 2020-12-07 20:47:13 +08:00
parent c23b88b096
commit b3033976fe

View File

@ -10,7 +10,7 @@ import (
type Server struct {
Common
Name string
Secret string
Secret string `json:"-"`
Host *Host
State *State