1234567891011121314151617181920212223242526272829 |
- /*
- do not edit:
- auto-generated by github.com/seamia/protodot
- */
- digraph protodot {
- /* package: google.protobuf */
- /* source: C:/Users/sle11/Documents/VSCode/squeezelite-esp32/protobuf/proto/google/protobuf/timestamp.proto */
- /* selection: * */
- rankdir=LR;
- label="google.protobuf";
- tooltip="google.protobuf";
- bgcolor="transparent"
- node [
- shape=plaintext
- fontsize=10
- fontname="Ubuntu"
- ];
- /* ------ nodes ------ */
- Node_Ja_100 [shape=plaintext tooltip="google.protobuf.Timestamp" label=<<TABLE BORDER="1" CELLBORDER="0" CELLSPACING="0" BGCOLOR="#fffaf0"><TR><TD COLSPAN="4" PORT="header" BGCOLOR="#e31a1c" ALIGN="right"><b>Timestamp</b></TD></TR><TR><TD ALIGN="right"></TD><TD ALIGN="right">1</TD><TD ALIGN="left">seconds</TD><TD BGCOLOR="#a6cee3" PORT="poseconds" ALIGN="right" TITLE="int64"><i>int64</i></TD></TR><TR><TD ALIGN="right"></TD><TD ALIGN="right">2</TD><TD ALIGN="left">nanos</TD><TD BGCOLOR="#a6cee3" PORT="ponanos" ALIGN="right" TITLE="int32"><i>int32</i></TD></TR></TABLE>>];
- /* ------ connections ------ */
- /* generated by github.com/seamia/protodot on Sunday, 21-Jan-24 22:15:11 EST */
- }
|