Documentation ¶
Index ¶
- Variables
- func BackendAssetsURL(ctx echo.Context) string
- func CheckGlobalCustomerAdd(ctx echo.Context, customerID interface{}, typ string, ...) error
- func CheckRoleCustomerAdd(ctx echo.Context, permission *xrole.RolePermission, behaviorName string, ...) error
- func FrontendAssetsURL(ctx echo.Context) string
- func FrontendURL(ctx echo.Context) string
- func SiteName() string
- func SiteSlogan() string
- func SiteURL(ctx echo.Context) string
- type ConfigCustomerAdd
- type CustomerAddedCounter
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCustomerAddClosed = errors.New(`已关闭`) ErrCustomerAddMaxPerDay = errors.New(`已达到今日最大数量`) ErrCustomerAddMaxPending = errors.New(`待审核数量已达上限`) ErrCustomerAddMaxPendingPerDay = errors.New(`待审核数量已达今日上限`) )
View Source
var (
BackendURL = common.BackendURL
)
Functions ¶
func BackendAssetsURL ¶
func CheckGlobalCustomerAdd ¶
func CheckGlobalCustomerAdd(ctx echo.Context, customerID interface{}, typ string, counter CustomerAddedCounter) error
func CheckRoleCustomerAdd ¶
func CheckRoleCustomerAdd(ctx echo.Context, permission *xrole.RolePermission, behaviorName string, customerID interface{}, counter CustomerAddedCounter) error
func FrontendAssetsURL ¶
func FrontendURL ¶
func SiteSlogan ¶
func SiteSlogan() string
Types ¶
type ConfigCustomerAdd ¶
Click to show internal directories.
Click to hide internal directories.