models

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	gorm.Model
	ResponseBody  string  `gorm:"type:text;" json:"responsebody"`
	ResposeStatus int     `gorm:"type:integer;" json:"code"`
	RequestBody   string  `gorm:"type:text;" json:"requestbody"`
	Path          string  `gorm:"type:text;" json:"path"`
	Headers       string  `gorm:"type:text;" json:"headers"`
	Method        string  `gorm:"type:varchar(10);" json:"method"`
	Host          string  `gorm:"type:varchar(100);" json:"host"`
	Ipadress      string  `gorm:"type:varchar(100);" json:"ipaddress"`
	TimeSpent     float64 `gorm:"type:float;" json:"timespent"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL