8 lines
117 B
Protocol Buffer
8 lines
117 B
Protocol Buffer
|
|
syntax = "proto3";
|
|
|
|
package inetmock.audit.v1;
|
|
|
|
message NetMonDetailsEntity {
|
|
string reverse_resolved_host = 1;
|
|
}
|