Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GormRepository ¶
type GormRepository struct {
// contains filtered or unexported fields
}
func NewGormRepository ¶
func NewGormRepository(db *gorm.DB) *GormRepository
func (*GormRepository) Create ¶
func (r *GormRepository) Create(ctx context.Context, log *domain.ActivityLog) error
func (*GormRepository) List ¶
func (r *GormRepository) List(ctx context.Context, filter *domain.ListFilter) (*domain.ListResult, error)
Click to show internal directories.
Click to hide internal directories.