models

package
v0.0.0-...-90d4b8e Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var All = []interface{}{
	&Response{},
}

Functions

This section is empty.

Types

type Response

type Response struct {
	gorm.Model
	StatusCode int    `gorm:"index"`
	Method     string `gorm:"index"`
	URL        string `gorm:"index"`
	Duration   int64  `gorm:"index"`
}

Jump to

Keyboard shortcuts

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