Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitalyServer ¶
type GitalyServer struct {
Name string `toml:"name"`
ListenAddr string `toml:"listen_addr" split_words:"true"`
Token string `toml:"token"`
}
GitalyServer allows configuring the servers that RPCs are proxied to
type Repository ¶
type Repository struct {
RelativePath string `toml:"relative_path"` // relative path of repository
Storage string `toml:"storage"` // storage location, e.g. default
}
Repository provides all necessary information to address a repository hosted in a specific Gitaly replica
Click to show internal directories.
Click to hide internal directories.