in lambda/src/cloudrack-lambda-core/config/dbadapter/dbadapter.go [103:113]
func DynamoToBomConfigChange(histRec model.DynamoHotelRec) model.HotelConfigChange{
return model.HotelConfigChange{
TimeStamp : histRec.TimeStamp,
EventName : histRec.EventName,
ObjectName : histRec.ObjectName ,
FieldName : histRec.FieldName,
OldValue : histRec.OldValue,
NewValue : histRec.NewValue,
HumanReadableComment : histRec.HumanReadableComment,
}
}