Versions in this module Expand all Collapse all v1 v1.0.1 Nov 17, 2024 Changes in this version + var DataPath = filepath.Join(RootDir, "data") + var LogPath = filepath.Join(RootDir, "log") + var RootDir = getRootDir() v1.0.0 Oct 29, 2024 Changes in this version + const DATA_PATH + const LOG_PATH + const RUNTIME_DATA_PATH + const WORK_PATH + var ClientList = []Client + var ExampleAccountJsonPath = DATA_PATH + "/template/account/example.json" + type CacheTab string + const CaptchaEmailErrorCount + const EmailCaptcha + const LoginFailCount + type Client string + const Android + const Ios + const Web + type Encoding string + const GBK + const UTF8 + type IncomeExpense string + const Expense + const Income + func (ie *IncomeExpense) QueryExpense() bool + func (ie *IncomeExpense) QueryIncome() bool + type LogOperation string + const LogOperationOfAdd + const LogOperationOfDelete + const LogOperationOfUpdate + type Notification int + const NotificationOfCaptcha + const NotificationOfRegistrationSuccess + const NotificationOfUpdatePassword + type ServerMode string + var Debug ServerMode = "debug" ... + var Production ServerMode = "debug" ... + type Subject string + type UserAction string + const ForgetPassword + const Login + const Register + const UpdatePassword