feedback/internal/models/events_hlog.go

16 lines
301 B
Go
Raw Normal View History

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 {
CtxRowData string // Contact из запроса
CtxID string // WhoAmI из запроса
2024-05-28 13:01:55 +00:00
}