Deploying to gh-pages from @ 90e60b0486 🚀

This commit is contained in:
realaravinth
2023-04-21 09:44:52 +00:00
parent 1e50b20ffd
commit 71bf655f9a
1188 changed files with 29412 additions and 9377 deletions

View File

@@ -1 +1 @@
window.SIDEBAR_ITEMS = {"enum":[["DBError","Error data structure grouping various error subtypes"],["Login","types of credentials used as identifiers during login"]],"mod":[["ops","meta operations like migration and connecting to a database"],["tests","Test utilities"]],"struct":[["AddNotification","Data required to add notification"],["Captcha","Data representing a captcha"],["CreateCaptcha","data required to create new captcha"],["Level","Level struct that describes threshold-difficulty factor mapping"],["NameHash","type encapsulating username and hashed password of a user"],["Notification","Represents notification"],["Register","Data required to register a new user"],["Secret","datastructure representing a users secret"],["StatsUnixTimestamp","Captcha statistics with time recorded in UNIX epoch formats"],["TrafficPattern","Users traffic pattern; used in generating a captcha configuration"],["UpdateEmail","data required to update them email of a user"]],"trait":[["CloneSPDatabase","Trait to clone MCDatabase"],["Connect","Create database connection"],["DBOps","Database operations trait(migrations, pool creation and fetching connection from pool)"],["GetConnection","Get database connection"],["MCDatabase","mCaptchas database requirements. To implement support for $Database, kindly implement this trait."],["Migrate","database migrations"]],"type":[["BoxDynError","Convenience type alias for grouping driver-specific errors"],["DBResult","Generic result data structure"]]};
window.SIDEBAR_ITEMS = {"enum":["DBError","Login"],"mod":["ops","tests"],"struct":["AddNotification","Captcha","CreateCaptcha","Level","NameHash","Notification","Register","Secret","StatsUnixTimestamp","TrafficPattern","UpdateEmail"],"trait":["CloneSPDatabase","Connect","DBOps","GetConnection","MCDatabase","Migrate"],"type":["BoxDynError","DBResult"]};