Copyright © 2019 Marc Worrell
Behaviours: zotonic_model.
Authors: Marc Worrell.
| get/2 | |
| insert/2 | |
| insert_event/2 | |
| install/1 | |
| m_get/3 | |
| periodic_cleanup/1 | Periodic cleanup of max 10K items older than 1 week. |
| search_query/2 |
get(Id, Context) -> any()
insert(Props, Context) -> any()
insert_event(Props, Context) -> any()
install(Context) -> any()
m_get(Rest, Msg, Context) -> any()
periodic_cleanup(Context) -> any()
Periodic cleanup of max 10K items older than 1 week
search_query(Args::list(), Context::z:context()) -> #search_sql{}
Generated by EDoc