2024-05-28 13:01:55 +00:00
|
|
|
package models
|
|
|
|
|
|
|
|
type AllFields struct {
|
|
|
|
CtxRowData string
|
|
|
|
CtxID string
|
|
|
|
CtxUserIP string
|
|
|
|
CtxUserPort string
|
|
|
|
KeyDomain string
|
|
|
|
KeyPath string
|
|
|
|
}
|
|
|
|
|
|
|
|
type InfoFeedbackRequested struct {
|
2024-06-07 14:36:23 +00:00
|
|
|
CtxRowData string // Contact из запроса
|
|
|
|
CtxID string // WhoAmI из запроса
|
2024-05-28 13:01:55 +00:00
|
|
|
}
|