Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = sqlx.ErrNotFound
Functions ¶
This section is empty.
Types ¶
type Organization ¶
type OrganizationModel ¶
type OrganizationModel interface {
// contains filtered or unexported methods
}
OrganizationModel is an interface to be customized, add more methods here, and implement the added methods in customOrganizationModel.
func NewOrganizationModel ¶
func NewOrganizationModel(conn sqlx.SqlConn, c cache.CacheConf) OrganizationModel
NewOrganizationModel returns a model for the database table.
Click to show internal directories.
Click to hide internal directories.