mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
11 lines
144 B
Protocol Buffer
11 lines
144 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package cline;
|
|
|
|
import "common.proto";
|
|
|
|
service CheckpointsService {
|
|
rpc checkpointDiff(Int64Request) returns (Empty);
|
|
}
|
|
|