Skip to content
Snippets Groups Projects
networkData.go 79 B
Newer Older
package model

type NetworkData struct {
	IP        string
	UserAgent string
}