Documentation
¶
Index ¶
- Constants
- func CreateOneChange(change *xwchange.Change) error
- func CreateOneTelemetryTwoChange(change *xwchange.TelemetryTwoChange) error
- func DeleteOneApprovedChange(id string) error
- func DeleteOneApprovedTelemetryTwoChange(id string) error
- func DeleteOneChange(id string) error
- func DeleteOneTelemetryTwoChange(id string) error
- func GetAllApprovedTelemetryTwoChangeList() []*xwchange.ApprovedTelemetryTwoChange
- func GetAllTelemetryTwoChangeList() []*xwchange.TelemetryTwoChange
- func GetApprovedChangeList() []*xwchange.ApprovedChange
- func GetApprovedTelemetryTwoChangesByApplicationType(applicationType string) []*xwchange.ApprovedTelemetryTwoChange
- func GetChangeList() []*xwchange.Change
- func GetChangesByEntityId(entityId string) []*xwchange.Change
- func GetOneApprovedChange(id string) *xwchange.ApprovedChange
- func GetOneApprovedTelemetryTwoChange(id string) *xwchange.ApprovedTelemetryTwoChange
- func GetOneChange(id string) *xwchange.Change
- func GetOneTelemetryTwoChange(id string) *xwchange.TelemetryTwoChange
- func NewApprovedTelemetryTwoChange(change *xwchange.TelemetryTwoChange) *xwchange.ApprovedTelemetryTwoChange
- func NewEmptyChange() *xwchange.Change
- func NewEmptyTelemetryTwoChange() *xwchange.TelemetryTwoChange
- func SetOneApprovedChange(approvedChange *xwchange.ApprovedChange) error
- func SetOneApprovedTelemetryTwoChange(approvedChange *xwchange.ApprovedTelemetryTwoChange) error
Constants ¶
View Source
const ( Create xwchange.ChangeOperation = "CREATE" Update xwchange.ChangeOperation = "UPDATE" Delete xwchange.ChangeOperation = "DELETE" )
View Source
const (
TelemetryTwoProfile = "TELEMETRY_TWO_PROFILE"
)
Variables ¶
This section is empty.
Functions ¶
func CreateOneChange ¶
func CreateOneTelemetryTwoChange ¶
func CreateOneTelemetryTwoChange(change *xwchange.TelemetryTwoChange) error
func DeleteOneApprovedChange ¶
func DeleteOneChange ¶
func GetAllApprovedTelemetryTwoChangeList ¶
func GetAllApprovedTelemetryTwoChangeList() []*xwchange.ApprovedTelemetryTwoChange
func GetAllTelemetryTwoChangeList ¶
func GetAllTelemetryTwoChangeList() []*xwchange.TelemetryTwoChange
func GetApprovedChangeList ¶
func GetApprovedChangeList() []*xwchange.ApprovedChange
func GetApprovedTelemetryTwoChangesByApplicationType ¶
func GetApprovedTelemetryTwoChangesByApplicationType(applicationType string) []*xwchange.ApprovedTelemetryTwoChange
func GetChangeList ¶
func GetChangesByEntityId ¶
func GetOneApprovedChange ¶
func GetOneApprovedChange(id string) *xwchange.ApprovedChange
func GetOneApprovedTelemetryTwoChange ¶
func GetOneApprovedTelemetryTwoChange(id string) *xwchange.ApprovedTelemetryTwoChange
func GetOneChange ¶
func GetOneTelemetryTwoChange ¶
func GetOneTelemetryTwoChange(id string) *xwchange.TelemetryTwoChange
func NewApprovedTelemetryTwoChange ¶
func NewApprovedTelemetryTwoChange(change *xwchange.TelemetryTwoChange) *xwchange.ApprovedTelemetryTwoChange
func NewEmptyChange ¶
func NewEmptyTelemetryTwoChange ¶
func NewEmptyTelemetryTwoChange() *xwchange.TelemetryTwoChange
func SetOneApprovedChange ¶
func SetOneApprovedChange(approvedChange *xwchange.ApprovedChange) error
func SetOneApprovedTelemetryTwoChange ¶
func SetOneApprovedTelemetryTwoChange(approvedChange *xwchange.ApprovedTelemetryTwoChange) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.