package
0.0.0-20241202061753-d8b583a0e766
Repository: https://github.com/acd19ml/talentrank.git
Documentation: pkg.go.dev
# README
生成 serivce pb编译文件,acd19ml/TalentRank/apps/git
protoc -I=. --go_out=. --go_opt=module="github.com/acd19ml/TalentRank/apps/git" pb/git.proto
补充rpc 接口定义protobuf的代码生成,acd19ml/TalentRank/apps/git
protoc -I=. --go_out=. --go_opt=module="github.com/acd19ml/TalentRank/apps/git" --go-grpc_out=. --go-grpc_opt=module="github.com/acd19ml/TalentRank/apps/git" pb/git.proto
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
GitService_ServiceDesc is the grpc.ServiceDesc for GitService service.
# Structs
Commits请求消息.
Readme请求消息.
通用的用户名请求消息.
返回整数的通用响应消息.
LineChangeStats包含每个仓库的增删行数信息.
请求单个仓库信息的消息.
返回string array的响应消息.
返回字符串的通用响应消息.
UnimplementedGitServiceServer must be embedded to have forward compatible implementations.
UserResponse 消息,用于返回完整的用户信息.
# Interfaces
GitServiceClient is the client API for GitService service.
GitServiceServer is the server API for GitService service.
UnsafeGitServiceServer may be embedded to opt out of forward compatibility for this service.