http_interfaces

package
v0.0.0-...-e37bcbf Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2019 License: MIT Imports: 1 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Query

type Query interface {
	GetEndpointName() string
	GetPayload() string
	GetMethod() string
}

type Request

type Request interface {
	GetIpdAddress() net.IPAddr
	GetEndpointName() string
	GetPayload() string
	GetMethod() string
}

type Response

type Response interface {
	GetPayload() string
	GetMassage() string
	MessageEmpty() bool
	GetHttpStatus() int
	PayloadEmpty() bool
}

Jump to

Keyboard shortcuts

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