Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Chart ¶
type Chart struct { // Chart representation. // // in: body Body struct { Chart *view.ChartReply `json:"chart"` } }
Chart representation.
swagger:response chartRepr
func NewCreatedChartFromReply ¶
func NewCreatedChartFromReply(chartReply *render.ChartReply) *Chart
NewCreatedChartFromReply returns a new created chart representation from protobuf reply.
func (*Chart) MarshalJSON ¶
MarshalJSON implements the json.Marshaller interface.
Click to show internal directories.
Click to hide internal directories.