Documentation
¶
Index ¶
- type Card
- type Column
- type Content
- type Database
- func (d *Database) AddCard(card Card) error
- func (d *Database) AddColumn(column Column) error
- func (d *Database) AddContent(content Content) error
- func (d *Database) AddParticipant(retroId, username string) error
- func (d *Database) AddRetro(retro Retro) error
- func (d *Database) Close() error
- func (d *Database) DeleteCard(id string) error
- func (d *Database) DeleteParticipant(retroId, username string) error
- func (d *Database) EnsureUser(username, secret string) error
- func (d *Database) GetCards(username, columnId string) (cards []Card, err error)
- func (d *Database) GetColumn(id string) (Column, error)
- func (d *Database) GetColumns(retroId string) (columns []Column, err error)
- func (d *Database) GetContent(id string) (Content, error)
- func (d *Database) GetContents(cardId string) (contents []Content, err error)
- func (d *Database) GetParticipants(retroId string) (participants []string, err error)
- func (d *Database) GetRetro(id string) (Retro, error)
- func (d *Database) GetRetros(username string) (retros []Retro, err error)
- func (d *Database) GetUser(username string) (User, error)
- func (d *Database) GetUsers() (users []User, err error)
- func (d *Database) GroupCards(cardFrom, cardTo string) error
- func (d *Database) MoveCard(id, columnId string) error
- func (d *Database) Reset() error
- func (d *Database) RevealCard(id string) error
- func (d *Database) SetStage(id, stage string) error
- func (d *Database) Unvote(username, cardId string) error
- func (d *Database) UpdateContent(id string, text string) error
- func (d *Database) Vote(username, cardId string) error
- type Retro
- type User
- type Vote
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
func (*Database) AddContent ¶
func (*Database) AddParticipant ¶
func (*Database) DeleteCard ¶
func (*Database) DeleteParticipant ¶
func (*Database) EnsureUser ¶
func (*Database) GetColumns ¶
func (*Database) GetContents ¶
func (*Database) GetParticipants ¶
func (*Database) GroupCards ¶
func (*Database) RevealCard ¶
Click to show internal directories.
Click to hide internal directories.