Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InjectHelloRpcFunService ¶
func InjectHelloRpcFunService(s *RpcFuncService)
func LoadHelloRpcFunService ¶
func LoadHelloRpcFunService() baseiface.ISingleton
Types ¶
type RpcFuncService ¶
type RpcFuncService struct {
funchandler.FuncService
basedto.BaseEntitySingle
}
func FindBeanHelloRpcFunService ¶
func FindBeanHelloRpcFunService() *RpcFuncService
FindBeanHelloRpcFunService
func NewRpcFuncService ¶
func NewRpcFuncService() *RpcFuncService
func (*RpcFuncService) ExecuteDbRpc ¶
func (this *RpcFuncService) ExecuteDbRpc(ctx *gin.Context)
@Summary gorpcDb客户端 @Tags gorpc客户端 @Description gorpcDb客户端 @Produce json @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /dbrpc [get]
func (*RpcFuncService) ExecuteRpc ¶
func (this *RpcFuncService) ExecuteRpc(ctx *gin.Context)
@Summary gorpc客户端 @Tags gorpc客户端 @Description gorpc客户端 @Produce json @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /hellorpc [get]
Click to show internal directories.
Click to hide internal directories.