Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶ added in v1.60.0
type Node struct { Storage string `toml:"storage"` Address string `toml:"address"` Token string `toml:"token"` DefaultPrimary bool `toml:"primary"` }
Node describes an address that serves a storage
type Repository ¶
Repository describes a repository's relative path and its primary and list of secondaries
func (Repository) Clone ¶ added in v1.83.0
func (r Repository) Clone() Repository
Clone returns deep copy of the Repository
Click to show internal directories.
Click to hide internal directories.