package
0.0.0-20240530125620-f74408af2a1a
Repository: https://github.com/wx-up/go-book.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# Structs
InteractiveServiceServer 它不会处理业务逻辑,业务逻辑的处理都是交给 service.InteractiveService 去处理 它只负责和grpc客户端通信,并返回相应的结果 定位和 http 中的 handler 一致.