Documentation ¶
Index ¶
- Constants
- func CloneAlertSchedule(datum *dexcom.AlertSchedule) *dexcom.AlertSchedule
- func CloneAlertScheduleSettings(datum *dexcom.AlertScheduleSettings) *dexcom.AlertScheduleSettings
- func CloneAlertSchedules(datum *dexcom.AlertSchedules) *dexcom.AlertSchedules
- func CloneAlertSetting(datum *dexcom.AlertSetting) *dexcom.AlertSetting
- func CloneAlertSettings(datum *dexcom.AlertSettings) *dexcom.AlertSettings
- func CloneCalibration(datum *dexcom.Calibration) *dexcom.Calibration
- func CloneCalibrations(datum *dexcom.Calibrations) *dexcom.Calibrations
- func CloneCalibrationsResponse(datum *dexcom.CalibrationsResponse) *dexcom.CalibrationsResponse
- func CloneDevice(datum *dexcom.Device) *dexcom.Device
- func CloneDevices(datum *dexcom.Devices) *dexcom.Devices
- func CloneDevicesResponse(datum *dexcom.DevicesResponse) *dexcom.DevicesResponse
- func CloneEGV(datum *dexcom.EGV) *dexcom.EGV
- func CloneEGVs(datum *dexcom.EGVs) *dexcom.EGVs
- func CloneEGVsResponse(datum *dexcom.EGVsResponse) *dexcom.EGVsResponse
- func CloneEvent(datum *dexcom.Event) *dexcom.Event
- func CloneEvents(datum *dexcom.Events) *dexcom.Events
- func CloneEventsResponse(datum *dexcom.EventsResponse) *dexcom.EventsResponse
- func CloneTime(datum *dexcom.Time) *dexcom.Time
- func RandomAlertSchedule(isDefault bool) *dexcom.AlertSchedule
- func RandomAlertScheduleSettings(isDefault bool) *dexcom.AlertScheduleSettings
- func RandomAlertScheduleSettingsName() string
- func RandomAlertSchedules(minimumLength int, maximumLength int) *dexcom.AlertSchedules
- func RandomAlertSetting() *dexcom.AlertSetting
- func RandomAlertSettings(minimumLength int, maximumLength int) *dexcom.AlertSettings
- func RandomCalibration() *dexcom.Calibration
- func RandomCalibrations(minimumLength int, maximumLength int) *dexcom.Calibrations
- func RandomCalibrationsResponse() *dexcom.CalibrationsResponse
- func RandomDevice() *dexcom.Device
- func RandomDevices(minimumLength int, maximumLength int) *dexcom.Devices
- func RandomDevicesResponse() *dexcom.DevicesResponse
- func RandomDisplayTime() *dexcom.Time
- func RandomEGV(unit *string) *dexcom.EGV
- func RandomEGVs(unit *string, minimumLength int, maximumLength int) *dexcom.EGVs
- func RandomEGVsResponse() *dexcom.EGVsResponse
- func RandomEvent() *dexcom.Event
- func RandomEventID() string
- func RandomEvents(minimumLength int, maximumLength int) *dexcom.Events
- func RandomEventsResponse() *dexcom.EventsResponse
- func RandomLanguage() string
- func RandomSerialNumber() string
- func RandomSoftwareNumber() string
- func RandomSoftwareVersion() string
- func RandomSystemTime() *dexcom.Time
- func RandomTime() *dexcom.Time
- func RandomTransmitterID() string
- func RandomUDI() string
Constants ¶
View Source
const CharsetTransmitterID = test.CharsetNumeric + test.CharsetUppercase
Variables ¶
This section is empty.
Functions ¶
func CloneAlertSchedule ¶ added in v1.30.0
func CloneAlertSchedule(datum *dexcom.AlertSchedule) *dexcom.AlertSchedule
func CloneAlertScheduleSettings ¶ added in v1.30.0
func CloneAlertScheduleSettings(datum *dexcom.AlertScheduleSettings) *dexcom.AlertScheduleSettings
func CloneAlertSchedules ¶ added in v1.30.0
func CloneAlertSchedules(datum *dexcom.AlertSchedules) *dexcom.AlertSchedules
func CloneAlertSetting ¶
func CloneAlertSetting(datum *dexcom.AlertSetting) *dexcom.AlertSetting
func CloneAlertSettings ¶
func CloneAlertSettings(datum *dexcom.AlertSettings) *dexcom.AlertSettings
func CloneCalibration ¶ added in v1.30.0
func CloneCalibration(datum *dexcom.Calibration) *dexcom.Calibration
func CloneCalibrations ¶ added in v1.30.0
func CloneCalibrations(datum *dexcom.Calibrations) *dexcom.Calibrations
func CloneCalibrationsResponse ¶ added in v1.30.0
func CloneCalibrationsResponse(datum *dexcom.CalibrationsResponse) *dexcom.CalibrationsResponse
func CloneDevicesResponse ¶ added in v1.30.0
func CloneDevicesResponse(datum *dexcom.DevicesResponse) *dexcom.DevicesResponse
func CloneEGVsResponse ¶ added in v1.30.0
func CloneEGVsResponse(datum *dexcom.EGVsResponse) *dexcom.EGVsResponse
func CloneEventsResponse ¶ added in v1.30.0
func CloneEventsResponse(datum *dexcom.EventsResponse) *dexcom.EventsResponse
func RandomAlertSchedule ¶ added in v1.30.0
func RandomAlertSchedule(isDefault bool) *dexcom.AlertSchedule
func RandomAlertScheduleSettings ¶ added in v1.30.0
func RandomAlertScheduleSettings(isDefault bool) *dexcom.AlertScheduleSettings
func RandomAlertScheduleSettingsName ¶ added in v1.30.0
func RandomAlertScheduleSettingsName() string
func RandomAlertSchedules ¶ added in v1.30.0
func RandomAlertSchedules(minimumLength int, maximumLength int) *dexcom.AlertSchedules
func RandomAlertSetting ¶
func RandomAlertSetting() *dexcom.AlertSetting
func RandomAlertSettings ¶
func RandomAlertSettings(minimumLength int, maximumLength int) *dexcom.AlertSettings
func RandomCalibration ¶ added in v1.30.0
func RandomCalibration() *dexcom.Calibration
func RandomCalibrations ¶ added in v1.30.0
func RandomCalibrations(minimumLength int, maximumLength int) *dexcom.Calibrations
func RandomCalibrationsResponse ¶ added in v1.30.0
func RandomCalibrationsResponse() *dexcom.CalibrationsResponse
func RandomDevice ¶ added in v1.30.0
func RandomDevices ¶ added in v1.30.0
func RandomDevicesResponse ¶ added in v1.30.0
func RandomDevicesResponse() *dexcom.DevicesResponse
func RandomDisplayTime ¶ added in v1.30.0
func RandomEGVs ¶ added in v1.30.0
func RandomEGVsResponse ¶ added in v1.30.0
func RandomEGVsResponse() *dexcom.EGVsResponse
func RandomEvent ¶ added in v1.30.0
func RandomEventID ¶ added in v1.30.0
func RandomEventID() string
func RandomEvents ¶ added in v1.30.0
func RandomEventsResponse ¶ added in v1.30.0
func RandomEventsResponse() *dexcom.EventsResponse
func RandomLanguage ¶ added in v1.30.0
func RandomLanguage() string
func RandomSerialNumber ¶ added in v1.30.0
func RandomSerialNumber() string
func RandomSoftwareNumber ¶ added in v1.30.0
func RandomSoftwareNumber() string
func RandomSoftwareVersion ¶ added in v1.30.0
func RandomSoftwareVersion() string
func RandomSystemTime ¶ added in v1.30.0
func RandomTime ¶ added in v1.30.0
func RandomTransmitterID ¶ added in v1.30.0
func RandomTransmitterID() string
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.