Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PollStore ¶
type PollStore interface { Get(id string) (*poll.Poll, error) Insert(*poll.Poll) error Save(*poll.Poll) error Update(prev *poll.Poll, new *poll.Poll) error Delete(*poll.Poll) error }
PollStore allows the access polls in the store.
type Store ¶
type Store interface { Poll() PollStore System() SystemStore }
Store allows the interaction with some kind of store.
Click to show internal directories.
Click to hide internal directories.