Commit 63fa7427 by 王召彬

v2版本日志处理

parent fe0e7b79
...@@ -145,4 +145,3 @@ class Log extends \ProtobufMessage ...@@ -145,4 +145,3 @@ class Log extends \ProtobufMessage
return $this->count(self::CONTENTS); return $this->count(self::CONTENTS);
} }
} }
}
\ No newline at end of file
...@@ -205,4 +205,3 @@ class LogGroup extends \ProtobufMessage ...@@ -205,4 +205,3 @@ class LogGroup extends \ProtobufMessage
return $value === null ? (string)$value : $value; return $value === null ? (string)$value : $value;
} }
} }
}
\ No newline at end of file
...@@ -115,4 +115,3 @@ class LogGroupList extends \ProtobufMessage ...@@ -115,4 +115,3 @@ class LogGroupList extends \ProtobufMessage
return $this->count(self::LOGGROUPLIST); return $this->count(self::LOGGROUPLIST);
} }
} }
}
\ No newline at end of file
...@@ -104,4 +104,3 @@ class Log_Content extends \ProtobufMessage ...@@ -104,4 +104,3 @@ class Log_Content extends \ProtobufMessage
return $value === null ? (string)$value : $value; return $value === null ? (string)$value : $value;
} }
} }
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment