forked from StrafesNET/protobufs
bot_analyzer
This commit is contained in:
11
bot_analyzer.proto
Normal file
11
bot_analyzer.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "git.itzana.me/strafesnet/go-grpc/bot_analyzer";
|
||||
|
||||
package bot_analyzer;
|
||||
|
||||
service BotAnalyzer { rpc Analyze(FileID) returns (AnalysisResponse); }
|
||||
|
||||
message FileID { string FileID = 1; }
|
||||
|
||||
message AnalysisResponse { string Analysis = 1; }
|
||||
Reference in New Issue
Block a user