Files
hetty/pkg/db/sqlite/dto.go
2020-10-04 11:50:03 +02:00

12 lines
159 B
Go

package sqlite
import "time"
type httpResponse struct {
ID *int64
Proto *string
StatusCode *int
Body *[]byte
Timestamp *time.Time
}