rp

package
v0.0.0-...-e6fea77 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateRequest

func CreateRequest(c echo.Context) error

Types

type Request

type Request struct {
	ServiceID     string                 `json:"service_id"`
	AsID          string                 `json:"as_id"`
	RequestParams map[string]interface{} `json:"request_params"`
}

type Requests

type Requests struct {
	DataRequestList []Request `json:"data_request_list"`
	RequestMessage  string    `json:"request_message"`
	MinIal          int       `json:"min_ial"`
	MinAal          int       `json:"min_aal"`
	MinIdp          int       `json:"min_idp"`
	Timeout         float64   `json:"timeout"`
	ReferenceID     string    `json:"reference_id"`
	CallBackURL     string    `json:"call_back_url"`
}

type Response

type Response struct {
	RequestID uuid.UUID `json:"request_id"`
}

Jump to

Keyboard shortcuts

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