syntax = "proto3";
enum PathStatusType {
PATH_STATUS_TYPE_FAIL = 0;
PATH_STATUS_TYPE_SUCC = 1;
PATH_STATUS_TYPE_PARTIAL = 2;
}