mirror of
https://github.com/harness/drone.git
synced 2025-05-05 13:41:38 +08:00

* initial work on create repository * create repository as single method call using client stream * resources handler and files * minor fix for wire dep graph
5 lines
94 B
Protocol Buffer
5 lines
94 B
Protocol Buffer
syntax = "proto3";
|
|
package rpc;
|
|
|
|
option go_package = "github.com/harness/gitness/gitrpc/rpc";
|