mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-21 16:01:58 +00:00
8 lines
232 B
Protocol Buffer
8 lines
232 B
Protocol Buffer
syntax = "proto3";
|
|
package crop_borders;
|
|
|
|
// [RINF:DART-SIGNAL]
|
|
message CropBordersInput { int32 interaction_id = 1; bytes image = 2; }
|
|
|
|
// [RINF:RUST-SIGNAL]
|
|
message CropBordersOutput { int32 interaction_id = 1; bytes image = 2; }
|