Commit c07f03c6 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Use camel case for consistency

parent 6a10539e
...@@ -108,7 +108,7 @@ type Response struct { ...@@ -108,7 +108,7 @@ type Response struct {
// DEPRECATED. GitalyAddress is a unix:// or tcp:// address to reach a Gitaly service on // DEPRECATED. GitalyAddress is a unix:// or tcp:// address to reach a Gitaly service on
GitalyAddress string GitalyAddress string
// GitalyServer specifies an address and authentication token for a gitaly server we should connect to. // GitalyServer specifies an address and authentication token for a gitaly server we should connect to.
GitalyServer gitaly.Server `json:"gitaly_server"` GitalyServer gitaly.Server
// Repository object for making gRPC requests to Gitaly. This will // Repository object for making gRPC requests to Gitaly. This will
// eventually replace the RepoPath field. // eventually replace the RepoPath field.
Repository pb.Repository Repository pb.Repository
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment