foo

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeExampleRequest

func DecodeExampleRequest(_ context.Context, r *http.Request) (interface{}, error)

func EncodeExampleResponse

func EncodeExampleResponse(_ context.Context, w http.ResponseWriter, response interface{}) error

func NewHTTPHandler

func NewHTTPHandler(endpoints Endpoints) http.Handler

Types

type Endpoints

type Endpoints struct {
	ExampleEndpoint endpoint.Endpoint
}

type ExampleRequest

type ExampleRequest struct {
	I int
	S string
}

type ExampleResponse

type ExampleResponse struct {
	S   string
	Err error
}

type ExampleService

type ExampleService struct {
}

func (ExampleService) ExampleEndpoint

func (f ExampleService) ExampleEndpoint(ctx context.Context, i int, s string) (string, error)

Jump to

Keyboard shortcuts

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