Documentation
      ¶
    
    
  
    
      Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataInterface ¶
type DiskPersistor ¶
type DiskPersistor struct {
	// contains filtered or unexported fields
}
    func NewDiskPersistor ¶
func NewDiskPersistor(path string) DiskPersistor
func (DiskPersistor) Delete ¶
func (dp DiskPersistor) Delete()
func (DiskPersistor) Exists ¶
func (dp DiskPersistor) Exists() bool
func (DiskPersistor) Load ¶
func (dp DiskPersistor) Load(data DataInterface) error
func (DiskPersistor) Save ¶
func (dp DiskPersistor) Save(data DataInterface) error
type Persistor ¶
type Persistor interface {
	Delete()
	Exists() bool
	Load(DataInterface) error
	Save(DataInterface) error
}
    
      
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| 
       Code generated by counterfeiter. 
         | 
      Code generated by counterfeiter. | 
| 
         
          
            coreconfigfakes
            
            
          
           
      Code generated by counterfeiter. 
         | 
      Code generated by counterfeiter. | 
| 
         
          
            pluginconfigfakes
            
            
          
           
      Code generated by counterfeiter. 
         | 
      Code generated by counterfeiter. | 
 Click to show internal directories. 
   Click to hide internal directories.