16 lines
301 B
Go
16 lines
301 B
Go
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 из запроса
|
|
}
|