metricator/internal/models/request_info.go

10 lines
205 B
Go

package models
// RequestInfo is a parsed request information to throw into application's handler.
type RequestInfo struct {
ApiVersion int
Application string
Metric string
RequestType string
}