goapi

package
v0.0.0-...-dbed529 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Basepath string = ""
View Source
var ExtraHeaders map[string]string = make(map[string]string)
View Source
var Host string = ""

Functions

This section is empty.

Types

type AComplexReq

type AComplexReq struct {
	Country       string
	City          string
	HouseNumber   int64
	SomeWeirdTest string
	Recursive     map[string]AComplexReq
	When          time.Time
	IsCondo       bool
	Arrofpstr     []string
	Some          crypto.Decrypter
}

type ASimpleReq

type ASimpleReq struct {
	Data string
}

type ASimpleRes

type ASimpleRes struct {
	Data string
}

func ApiMethod01

func ApiMethod01(req *ASimpleReq) (res *ASimpleRes, err error)

func ApiMethod02

func ApiMethod02(req *AComplexReq) (res *ASimpleRes, err error)

Jump to

Keyboard shortcuts

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