Files
ppgo_job/common/protocol.go

14 lines
347 B
Go
Raw Normal View History

2019-07-03 22:31:27 +08:00
/************************************************************
** @Description: protol
** @Author: george hao
** @Date: 2019-06-27 15:33
** @Last Modified by: george hao
** @Last Modified time: 2019-06-27 15:33
*************************************************************/
package common
type RpcResult struct {
Status int
Message string
}