Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func NewRepository ¶
func NewRepository(configPath string, driver graphdriver.Driver) (*Repository, error)
func (*Repository) Add ¶
func (r *Repository) Add(volume *Volume) error
func (*Repository) Delete ¶
func (r *Repository) Delete(path string) error
func (*Repository) Get ¶
func (r *Repository) Get(path string) *Volume
func (*Repository) NewVolume ¶
func (r *Repository) NewVolume(path string, writable bool) (*Volume, error)
func (*Repository) Remove ¶
func (r *Repository) Remove(volume *Volume)
Click to show internal directories.
Click to hide internal directories.