Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseElement ¶
func (BaseElement) GetID ¶
func (this BaseElement) GetID() string
func (BaseElement) GetName ¶
func (this BaseElement) GetName() string
func (BaseElement) IsElement ¶
func (BaseElement) IsElement()
func (BaseElement) IsNode ¶
func (BaseElement) IsNode()
type Carbon ¶
type Carbon struct {
BaseElement
Footprint string `json:"footprint"`
}
type Magnesium ¶
type Magnesium struct {
BaseElement
Types int `json:"types"`
}
type Potassium ¶
type Potassium struct {
BaseElement
Price float64 `json:"price"`
}
Click to show internal directories.
Click to hide internal directories.