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) Save(poll *poll.Poll) error Delete(poll *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.