Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TsingCenter ¶
type TsingCenter struct { Addr string `json:"addr"` // tsing center的地址 Secret string `json:"secret"` // tsing center的连接密钥 }
tsing center
func (TsingCenter) MarshalEasyJSON ¶
func (v TsingCenter) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (TsingCenter) MarshalJSON ¶
func (v TsingCenter) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*TsingCenter) UnmarshalEasyJSON ¶
func (v *TsingCenter) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*TsingCenter) UnmarshalJSON ¶
func (v *TsingCenter) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.