--------------------------------------------------------------- LogQuery returns a new Log select query.
()
| 371 | |
| 372 | // LogQuery returns a new Log select query. |
| 373 | LogQuery() *dbx.SelectQuery |
| 374 | |
| 375 | // FindLogById finds a single Log entry by its id. |
| 376 | FindLogById(id string) (*Log, error) |
no outgoing calls