Documentation
¶
Index ¶
- type ProfileRepository
- func (r ProfileRepository) Delete(name string) error
- func (r ProfileRepository) Exists(name string) (bool, error)
- func (r ProfileRepository) Get(name string) (profile.Profile, error)
- func (r ProfileRepository) List() ([]profile.Profile, error)
- func (r ProfileRepository) Save(p profile.Profile) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfileRepository ¶
type ProfileRepository struct {
HomeDir string
}
func (ProfileRepository) Delete ¶
func (r ProfileRepository) Delete(name string) error
Click to show internal directories.
Click to hide internal directories.