Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrBlankDB = errors.New("err_blankdb")
)
Functions ¶
func NewRepository ¶
Types ¶
type DB ¶
type Mapper ¶
type Mapper interface {
Get(string) *sqlbuilder.Struct
}
type MapperBuilder ¶
type MapperBuilder struct {
// contains filtered or unexported fields
}
func NewMapperBuilder ¶
func NewMapperBuilder() *MapperBuilder
func (*MapperBuilder) NewMapper ¶
func (builder *MapperBuilder) NewMapper() Mapper
func (*MapperBuilder) Set ¶
func (builder *MapperBuilder) Set(entityName string, structBuilder *sqlbuilder.Struct) *MapperBuilder
Click to show internal directories.
Click to hide internal directories.