mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
6 lines
90 B
Protocol Buffer
6 lines
90 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message BackupSource {
|
|
string name = 1;
|
|
int32 sourceId = 2;
|
|
}
|