Documentation ¶
Index ¶
- 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() (*big.Int, error)
- func (repository *MakerStorageRepository) GetSinKeys() ([]string, error)
- func (repository *MakerStorageRepository) GetUrns() ([]Urn, error)
- func (repository *MakerStorageRepository) SetDB(db *postgres.DB)
- type Urn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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() (*big.Int, error)
func (*MakerStorageRepository) GetSinKeys ¶
func (repository *MakerStorageRepository) GetSinKeys() ([]string, error)
func (*MakerStorageRepository) GetUrns ¶
func (repository *MakerStorageRepository) GetUrns() ([]Urn, error)
func (*MakerStorageRepository) SetDB ¶
func (repository *MakerStorageRepository) SetDB(db *postgres.DB)
Click to show internal directories.
Click to hide internal directories.