Documentation ¶
Index ¶
- type Component
- func Create(identityToken, stage, parentNodeID, componenttype string) (Component, error)
- func CreateShaft(identityToken, stage, parentNodeID string, fixedSpeed int) (Component, error)
- func CreateWithContext(ctx context.Context, identityToken, stage, parentNodeID, componenttype string, ...) (Component, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { ID string `json:"id"` Type string `json:"type"` AttachedTo string `json:"attachedToo"` Position int `json:"position"` Designation *string `json:"designation"` FixedSpeed *int `json:"fixedSpeed"` Manufacturer *string `json:"manufacturer"` PositionDescription *string `json:"positionDescription"` RotatingRing *string `json:"rotatingRing"` SerialNumber *string `json:"serialNumber"` ShaftSide *string `json:"shaftSide"` }
func CreateShaft ¶ added in v0.6.2
Click to show internal directories.
Click to hide internal directories.