request

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SoftwareTask

type SoftwareTask struct {
	gorm.Model
	Id primitive.ObjectID
	ID uint `gorm:"primaryKey"`
	mr.MongoDbDatabaseObject
	pr.PosgresDatabaseObject
	myr.MysqlDatabaseObject
	Persistance     map[string]bool
	Title           string
	URL             string
	RequestBody     []byte
	RequestHeaders  map[string]string
	ResponseBody    []byte
	ResponseHeaders map[string]string
	Errors          []TaskException
	Response        []byte
	RequestDate     time.Time
	ResponseDate    time.Time
}

type TaskException

type TaskException struct {
	Title      stirng
	Message    string
	StatusCode uint
	Date       time.Time
}

Jump to

Keyboard shortcuts

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