Documentation ¶
Overview ¶
Package registry contains shared utils between server and client regarding the registry opening and modification.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrEntryExists is returned when adding a registry entry that already exists. ErrEntryExists = errors.New("registry entry exists already") )
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry is a global config that stores the location and details of all brig repos on the same machine. It is supposed to help figuring out the right port and so on.
Click to show internal directories.
Click to hide internal directories.