Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
LogDebug bool `hcl:"log_debug"`
Front struct {
MsgMenuError string `hcl:"msg_menu_error"`
MsgWait string `hcl:"msg_wait"`
MsgWaterTemp string `hcl:"msg_water_temp"`
MsgMenuCodeEmpty string `hcl:"msg_menu_code_empty"`
MsgMenuCodeInvalid string `hcl:"msg_menu_code_invalid"`
MsgMenuInsufficientCredit string `hcl:"msg_menu_insufficient_credit_l1"` // Мало денег
MsgMenuInsufficientCreditL2 string `hcl:"msg_menu_insufficient_credit_l2"` // дали:%s нужно:%s
MsgMenuNotAvailable string `hcl:"msg_menu_not_available"` //"Not available" // "Не доступен"
MsgCream string `hcl:"msg_cream"`
MsgSugar string `hcl:"msg_sugar"`
MsgCredit string `hcl:"msg_credit"`
MsgInputCode string `hcl:"msg_input_code"`
MsgPrice string `hcl:"msg_price"`
MsgRemotePay string `hcl:"msg_remote_pay"`
MsgRemotePayRequest string `hcl:"msg_remote_pay_request"` // "QR request sent" // "QR запрос отправлен"
MsgRemotePayReject string `hcl:"msg_remote_pay_reject"` // "Bank refused :(" // "Банк отказал :("
MsgNoNetwork string `hcl:"msg_no_network"`
ResetTimeoutSec int `hcl:"reset_sec"`
PicQRPayError string `hcl:"pic_QR_pay_error"`
PicPayReject string `hcl:"pic_pay_reject"`
LightShedule string `hcl:"light_sheduler"`
}
Service struct {
Auth struct {
Enable bool `hcl:"enable"`
Passwords []string `hcl:"passwords"`
}
MsgAuth string `hcl:"msg_auth"`
ResetTimeoutSec int `hcl:"reset_sec"`
Tests []struct {
Name string `hcl:"name,key"`
Scenario string `hcl:"scenario"`
} `hcl:"test"`
}
}
Click to show internal directories.
Click to hide internal directories.