types

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2025 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 {
	Id              int64
	Name            string
	Body            string
	ResponseHistory []*Response
	Next            *Request
	Prev            *Request
}

V1 = Only name and body

type Response

type Response struct {
	Id         int64
	RequestId  int64
	Info       string
	Body       string
	Created_at time.Time
}

Jump to

Keyboard shortcuts

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