()
| 236 | } |
| 237 | |
| 238 | func (rc RpcContext) GenerateRouteId() string { |
| 239 | if rc.RouteId != "" { |
| 240 | return rc.RouteId |
| 241 | } |
| 242 | return "proc:" + uuid.New().String() |
| 243 | } |
| 244 | |
| 245 | type CommandAuthenticateRtnData struct { |
| 246 | RouteId string `json:"routeid"` |
no test coverage detected