We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dao层负责数据的处理, Service 负责 逻辑的处理, transport 负责http,grpc协议的处理, endpoint是干嘛的? 没看懂。
The text was updated successfully, but these errors were encountered:
欢迎交流!go-kit中倡导使用endpoint代表一种对外提供的服务,在更换http或者rpc协议层时能保证服务接口的不变。同时由于endpoint的形式是固定统一的,可以装饰一些统一的操作,比如添加统一的日志记录或者权限拦截等能力。
Sorry, something went wrong.
好的,谢谢。
No branches or pull requests
Dao层负责数据的处理, Service 负责 逻辑的处理, transport 负责http,grpc协议的处理, endpoint是干嘛的? 没看懂。
The text was updated successfully, but these errors were encountered: