Documentation
¶
Index ¶
- type ExampleDaoImpl
- func (inst *ExampleDaoImpl) Find(id dxo.ExampleID) (*entity.Example, error)
- func (inst *ExampleDaoImpl) Insert(o *entity.Example) (*entity.Example, error)
- func (inst *ExampleDaoImpl) ListAll() ([]*entity.Example, error)
- func (inst *ExampleDaoImpl) Remove(id dxo.ExampleID) error
- func (inst *ExampleDaoImpl) Update(id dxo.ExampleID, o *entity.Example) (*entity.Example, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleDaoImpl ¶
type ExampleDaoImpl struct { markup.Component `id:"ExampleDAO"` Agent dbagent.GormDBAgent `inject:"#GormDBAgent"` UUIDGenService service.UUIDGenService `inject:"#UUIDGenService"` }
ExampleDaoImpl ...
func (*ExampleDaoImpl) ListAll ¶
func (inst *ExampleDaoImpl) ListAll() ([]*entity.Example, error)
ListAll ...
Click to show internal directories.
Click to hide internal directories.