mirror of
https://github.com/harness/drone.git
synced 2025-05-05 03:59:55 +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
7 lines
77 B
Go
7 lines
77 B
Go
package gitrpc
|
|
|
|
type Config struct {
|
|
RepoRoot string
|
|
RPCAddress string
|
|
}
|