Documentation ¶
Index ¶
- func DeviceDataToBQDeviceMsgs(ctx context.Context, devicesData []*ufs.DeviceData) []proto.Message
- func DeviceToBQMsgs(d *ds.DeviceOpResult) (*apibq.LabInventory, *apibq.StateConfigInventory, error)
- func DeviceToBQMsgsSeq(rs ds.DeviceOpResults) ([]proto.Message, []proto.Message, error)
- func DutStateDataToBQDutStateMsgs(ctx context.Context, dutStatesData []*ufs.DutStateData) []proto.Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeviceDataToBQDeviceMsgs ¶
DeviceDataToBQDeviceMsgs converts a sequence of devices data into messages that can be committed to bigquery.
func DeviceToBQMsgs ¶
func DeviceToBQMsgs(d *ds.DeviceOpResult) (*apibq.LabInventory, *apibq.StateConfigInventory, error)
DeviceToBQMsgs converts a device to messages that can be committed to bigquery.
func DeviceToBQMsgsSeq ¶
DeviceToBQMsgsSeq converts a sequence of devices into messages that can be committed to bigquery.
func DutStateDataToBQDutStateMsgs ¶
func DutStateDataToBQDutStateMsgs(ctx context.Context, dutStatesData []*ufs.DutStateData) []proto.Message
DutStateDataToBQDutStateMsgs converts a sequence of dutStates data into messages that can be committed to bigquery.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.