package foo

import "github.com/go-kit/kit/cmd/kitgen/templates"

Index

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)

Source Files

full.go

Version
v0.9.0
Published
Jun 24, 2019
Platform
linux/amd64
Imports
6 packages
Last checked
4 minutes ago

Tools for package owners.