mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-07 12:17:41 +08:00
11 lines
199 B
Protocol Buffer
11 lines
199 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package fuzz_topic_matches_sub;
|
|
|
|
message FuzzerInput {
|
|
required string string1 = 1;
|
|
required string string2 = 2;
|
|
optional string username = 3;
|
|
optional string clientid = 4;
|
|
}
|