Documentation
¶
Index ¶
- type AggreRepoImpl
- func (p *AggreRepoImpl) Create(ctx context.Context, in *domain.Aggre) error
- func (p *AggreRepoImpl) MultiGet(ctx context.Context, id ...int) (domain.AggreList, error)
- func (p *AggreRepoImpl) MustGet(ctx context.Context, id int) (*domain.Aggre, error)
- func (p *AggreRepoImpl) Update(ctx context.Context, in *domain.Aggre) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggreRepoImpl ¶
type AggreRepoImpl struct {
Ds *database.Ds
}
func (*AggreRepoImpl) Create ¶
func (p *AggreRepoImpl) Create(ctx context.Context, in *domain.Aggre) error
func (*AggreRepoImpl) MultiGet ¶
func (p *AggreRepoImpl) MultiGet(ctx context.Context, id ...int) (domain.AggreList, error)
Click to show internal directories.
Click to hide internal directories.