Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteBusiness ¶
func GetBusinessName ¶
Types ¶
type Business ¶
type Business struct { Id int `orm:"pk;column(id);"` BsName string `orm:"column(bs_name);"` IsDelete int `orm:"column(is_delete);"` Created int64 `orm:"column(created);"` Updated int64 `orm:"column(updated);"` }
func ListAllBusiness ¶
func ListAllBusiness() (bsconf []Business)
Click to show internal directories.
Click to hide internal directories.