Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDBPersistence ¶
type DynamoDBPersistence struct {
// contains filtered or unexported fields
}
func NewDynamoDBPersistence ¶
func NewDynamoDBPersistence() *DynamoDBPersistence
func (*DynamoDBPersistence) CreateRound ¶
func (db *DynamoDBPersistence) CreateRound(round *Round)
func (*DynamoDBPersistence) CreateRoundTable ¶
func (db *DynamoDBPersistence) CreateRoundTable()
func (*DynamoDBPersistence) FetchRound ¶
func (db *DynamoDBPersistence) FetchRound(roundID string) *Round
func (*DynamoDBPersistence) UpdateParticipantsAndCurrentCandidate ¶
func (db *DynamoDBPersistence) UpdateParticipantsAndCurrentCandidate(updatedRound *Round) *Round
type Participant ¶
type Persistence ¶
Click to show internal directories.
Click to hide internal directories.