zrok/endpoints/requests.go

11 lines
137 B
Go
Raw Normal View History

2023-01-10 23:40:20 +01:00
package endpoints
import "time"
type Request struct {
Stamp time.Time
RemoteAddr string
Method string
Path string
}