Files
hetty/pkg/db/sqlite/dto.go

12 lines
159 B
Go
Raw Normal View History

2020-10-04 11:50:03 +02:00
package sqlite
import "time"
type httpResponse struct {
ID *int64
Proto *string
StatusCode *int
Body *[]byte
Timestamp *time.Time
}