Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterSKU ¶
type ClusterSKU struct {
Name string `header:"name" json:"name"`
Price string `header:"cost" json:"rate"`
CPU string `header:"cpu" json:"cpu"`
Memory string `header:"memory" json:"memory"`
Storage string `header:"storage,∞" json:"storage"`
// contains filtered or unexported fields
}
func (*ClusterSKU) MarshalCSVValue ¶
func (c *ClusterSKU) MarshalCSVValue() interface{}
func (*ClusterSKU) MarshalJSON ¶
func (c *ClusterSKU) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.