z05_username

command
v0.0.0-...-31e44ea Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2022 License: MIT Imports: 5 Imported by: 0

README

用户名微服务

功能:传入用户的ID,先从数据库查找,如果找到了就返回用户名,找不到就返回“游客”

目录结构

  • main.go:项目入口
  • service:服务层,用于定义微服务的接口和编写实现类
  • endpoint:端点层,用于定义Request和Response格式,以及各种中间件。每个方法都有自己的Request和Response
  • transport:传输协议层,主要负责与http, grpc, thrift等相关的逻辑。一般会有处理用户输入的解码方法和处理返回给客户响应的编码方法

运行程序

go run examples/z05_username/main.go

访问测试

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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