Documentation
¶
Index ¶
- Constants
- func ConnectAmqp(config *Config, l *zap.Logger) (*amqp.Channel, func() error, error)
- type Config
- type CustomRecords
- type EquipmentRecord
- type EquipmentRecords
- type PicklistMappedResp
- type PicklistQueryResponse
- type PicklistQueueRequest
- type PicklistValue
- type ProgramRecord
- type RecommendationRecord
- type RecommendationRecords
Constants ¶
View Source
const (
PicklistQueryEvent = "picklistquery.created"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type CustomRecords ¶
type CustomRecords struct {
Id string `json:"Id"`
MeasureNameNew string `json:"Measure_Name_New__c,omitempty"`
RecTypeName string `json:"Record_Type_Name__c,omitempty"`
RecTypeId string `json:"Record_Type_Id__c,omitempty"`
ProgRec ProgramRecord `json:"Program__r,omitempty"`
}
type EquipmentRecord ¶
type EquipmentRecords ¶
type EquipmentRecords []EquipmentRecord
type PicklistMappedResp ¶
type PicklistMappedResp struct {
Eqs EquipmentRecords `json:"equipment_records,omitempty"`
Recs RecommendationRecords `json:"recommendation_records,omitempty"`
}
type PicklistQueryResponse ¶
type PicklistQueryResponse struct {
PicklistValues []PicklistValue `json:"Values"`
}
type PicklistQueueRequest ¶
type PicklistValue ¶
type PicklistValue struct {
PickValues string `json:"value"`
}
type ProgramRecord ¶
type ProgramRecord struct {
Name string `json:"Name,omitempty"`
}
type RecommendationRecord ¶
type RecommendationRecords ¶
type RecommendationRecords []RecommendationRecord
Click to show internal directories.
Click to hide internal directories.