Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MarshalData ¶
type MarshalData struct { Revision string `json:"revision"` Branch string `json:"branch"` Environment string `json:"environment"` BootTime string `json:"boot"` Uptime float64 `json:"uptime"` RequestCount int `json:"request_count"` }
func (*MarshalData) JSON ¶
func (d *MarshalData) JSON() string
func (*MarshalData) StreamJSON ¶
func (d *MarshalData) StreamJSON(qw422016 *qt422016.Writer)
func (*MarshalData) WriteJSON ¶
func (d *MarshalData) WriteJSON(qq422016 qtio422016.Writer)
Click to show internal directories.
Click to hide internal directories.