Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotImplemented = errors.New("not implemented")
)
Functions ¶
Types ¶
type Participant ¶
func ByID ¶
func ByID(db model.Connection, id int64) (Participant, bool, error)
func ByRegistrationID ¶
func ByRegistrationID(db model.Connection, regID string) (Participant, bool, error)
func MatchKeywords ¶
func MatchKeywords(db model.Connection, keywords ...string) ([]Participant, error)
func (*Participant) SetDocumentContents ¶
func (p *Participant) SetDocumentContents(db model.Connection, doc string) (sql.Result, error)
Click to show internal directories.
Click to hide internal directories.