librepages/pages/db/sidebar-items.js

1 line
596 B
JavaScript

window.SIDEBAR_ITEMS = {"enum":[["ConnectionOptions","Connect to databse"],["Login","types of credentials used as identifiers during login"]],"fn":[["get_db",""],["map_register_err","map postgres errors to ServiceError types"],["map_row_not_found_err","map custom row not found error to DB error"],["now_unix_time_stamp",""]],"struct":[["Conn","Use an existing database pool"],["Database",""],["Fresh",""],["NameHash","type encapsulating username and hashed password of a user"],["Register","Data required to register a new user"],["UpdateEmail","data required to update them email of a user"]]};