V2.7 增加agent执行器
This commit is contained in:
13
common/protocol.go
Normal file
13
common/protocol.go
Normal file
@@ -0,0 +1,13 @@
|
||||
/************************************************************
|
||||
** @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
|
||||
}
|
||||
Reference in New Issue
Block a user