 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
- type IMakerStorageRepository
- type MakerStorageRepository
- func (repository *MakerStorageRepository) GetDaiKeys() ([]string, error)
- func (repository *MakerStorageRepository) GetGemKeys() ([]Urn, error)
- func (repository MakerStorageRepository) GetIlks() ([]string, error)
- func (repository *MakerStorageRepository) GetMaxFlip() (int64, error)
- func (repository *MakerStorageRepository) GetUrns() ([]Urn, error)
- func (repository *MakerStorageRepository) GetVatSinKeys() ([]string, error)
- func (repository *MakerStorageRepository) GetVowSinKeys() ([]string, error)
- func (repository *MakerStorageRepository) SetDB(db *postgres.DB)
 
- type Urn
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ErrNoFlips = errors.New("no flips exist in db")
    Functions ¶
This section is empty.
Types ¶
type IMakerStorageRepository ¶
type MakerStorageRepository ¶
type MakerStorageRepository struct {
	// contains filtered or unexported fields
}
    func (*MakerStorageRepository) GetDaiKeys ¶
func (repository *MakerStorageRepository) GetDaiKeys() ([]string, error)
func (*MakerStorageRepository) GetGemKeys ¶
func (repository *MakerStorageRepository) GetGemKeys() ([]Urn, error)
func (MakerStorageRepository) GetIlks ¶
func (repository MakerStorageRepository) GetIlks() ([]string, error)
func (*MakerStorageRepository) GetMaxFlip ¶
func (repository *MakerStorageRepository) GetMaxFlip() (int64, error)
func (*MakerStorageRepository) GetUrns ¶
func (repository *MakerStorageRepository) GetUrns() ([]Urn, error)
func (*MakerStorageRepository) GetVatSinKeys ¶ added in v0.2.2
func (repository *MakerStorageRepository) GetVatSinKeys() ([]string, error)
func (*MakerStorageRepository) GetVowSinKeys ¶ added in v0.2.2
func (repository *MakerStorageRepository) GetVowSinKeys() ([]string, error)
func (*MakerStorageRepository) SetDB ¶
func (repository *MakerStorageRepository) SetDB(db *postgres.DB)
 Click to show internal directories. 
   Click to hide internal directories.