Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrQuestionNotFound = fmt.Errorf("questionID not found")
)
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store represents a physical datastore.
func (*Store) DeleteQuestion ¶
DeleteQuestion deletes a question in the database by primary key.
func (*Store) GetQuestion ¶
GetQuestion retrieves a question in the database by primary key.
Click to show internal directories.
Click to hide internal directories.