models

package
v1.57.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2019 License: MIT Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL