endpoints

package
v0.0.0-...-def9535 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2021 License: MIT Imports: 4 Imported by: 0

README

endpoints

终端层/端点层:负责接收请求并返回响应

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeGetAgeEndpoint

func MakeGetAgeEndpoint(helloService service.HelloService) endpoint.Endpoint

func MakeGetNameEndpoint

func MakeGetNameEndpoint(helloService service.HelloService) endpoint.Endpoint

Types

type HelloEndPoints

type HelloEndPoints struct {
	GetNameEndpoint endpoint.Endpoint
	GetAgeEndpoint  endpoint.Endpoint
}

Jump to

Keyboard shortcuts

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