Documentation ¶
Index ¶
Constants ¶
View Source
const DATA_PATH = WORK_PATH + "/data"
View Source
const LOG_PATH = WORK_PATH + "/log"
View Source
const RUNTIME_DATA_PATH = WORK_PATH + "/runtime/data"
View Source
const WORK_PATH = "/go/LeapLedger"
Variables ¶
View Source
var ClientList = []Client{Web, Android, Ios}
View Source
var ExampleAccountJsonPath = DATA_PATH + "/template/account/example.json"
Functions ¶
This section is empty.
Types ¶
type IncomeExpense ¶
type IncomeExpense string //@name IncomeExpense `example:"expense" enums:"income,expense" swaggertype:"string"`
IncomeExpense 收支类型
const ( Income IncomeExpense = "income" Expense IncomeExpense = "expense" )
func (*IncomeExpense) QueryExpense ¶
func (ie *IncomeExpense) QueryExpense() bool
func (*IncomeExpense) QueryIncome ¶
func (ie *IncomeExpense) QueryIncome() bool
type LogOperation ¶
type LogOperation string
const ( LogOperationOfAdd LogOperation = "add" LogOperationOfUpdate LogOperation = "update" LogOperationOfDelete LogOperation = "delete" )
type Notification ¶
type Notification int
const ( NotificationOfCaptcha Notification = iota NotificationOfRegistrationSuccess Notification = iota NotificationOfUpdatePassword Notification = iota )
type UserAction ¶
type UserAction string
const ( Login UserAction = "login" Register UserAction = "register" ForgetPassword UserAction = "forgetPassword" UpdatePassword UserAction = "updatePassword" )
Click to show internal directories.
Click to hide internal directories.