data

package
v0.0.0-...-c27735a Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 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 CommandLog

type CommandLog struct {
	Command  string       `json:"command,omitempty"`
	Output   tools.ArrLog `json:"output,omitempty"`
	Url      string       `json:"url,omitempty"`
	Code     uint         `json:"code,omitempty"`
	Response *ServerLog   `json:"response,omitempty"`
	Error    string       `json:"error,omitempty"`
}

type RequestLog

type RequestLog struct {
	Method  string        `json:"method,omitempty"`
	Path    string        `json:"path,omitempty"`
	From    string        `json:"from,omitempty"`
	Size    int64         `json:"size,omitempty"`
	Process []*CommandLog `json:"process,omitempty"`
}

type ServerLog

type ServerLog struct {
	Server  string      `json:"server,omitempty"`
	Iface   string      `json:"interface,omitempty"`
	Port    uint16      `json:"port-http,omitempty"`
	Ports   uint16      `json:"port-https,omitempty"`
	Request *RequestLog `json:"request,omitempty"`
}

Jump to

Keyboard shortcuts

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