customer/internal/fields/amocrm.go

16 lines
276 B
Go
Raw Normal View History

2023-05-16 01:12:07 +00:00
package fields
var AmocrmUser = struct {
ID string
AmocrmID string
UserID string
Information string
Audit string
}{
ID: "id",
AmocrmID: "amocrmId",
UserID: "userId",
Information: "information",
Audit: auditFieldName,
}