github.com/geniusesgroup/libgo@v0.0.0-20220713101832-828057a9d3d4/achaemenid/distribution.go (about) 1 /* For license and copyright information please see LEGAL file in repository */ 2 3 package achaemenid 4 5 // DomainRequestLog is use to improve intelligence of dev-app starting in needed area like cloud, fog, edge,...! 6 type DomainRequestLog struct { 7 UserID [16]byte 8 UserGP [16]byte 9 Domain string 10 DomainGP [16]byte 11 }