Documentation ¶
Index ¶
- type ObservationAnalyzerRequestRepoImpl
- func (r *ObservationAnalyzerRequestRepoImpl) DeleteByPrimaryKey(ctx context.Context, entityID uint64, uuid string) error
- func (dr *ObservationAnalyzerRequestRepoImpl) GetByPrimaryKey(ctx context.Context, entityID uint64, uuid string) (*domain.ObservationAnalyzerRequest, error)
- func (r *ObservationAnalyzerRequestRepoImpl) Insert(ctx context.Context, m *domain.ObservationAnalyzerRequest) error
- func (s *ObservationAnalyzerRequestRepoImpl) ListAll(ctx context.Context) ([]*domain.ObservationAnalyzerRequest, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObservationAnalyzerRequestRepoImpl ¶
type ObservationAnalyzerRequestRepoImpl struct {
// contains filtered or unexported fields
}
func NewObservationAnalyzerRequestRepoImpl ¶
func NewObservationAnalyzerRequestRepoImpl(db *sql.DB, logger *zerolog.Logger) *ObservationAnalyzerRequestRepoImpl
func (*ObservationAnalyzerRequestRepoImpl) DeleteByPrimaryKey ¶
func (*ObservationAnalyzerRequestRepoImpl) GetByPrimaryKey ¶
func (dr *ObservationAnalyzerRequestRepoImpl) GetByPrimaryKey(ctx context.Context, entityID uint64, uuid string) (*domain.ObservationAnalyzerRequest, error)
func (*ObservationAnalyzerRequestRepoImpl) Insert ¶
func (r *ObservationAnalyzerRequestRepoImpl) Insert(ctx context.Context, m *domain.ObservationAnalyzerRequest) error
func (*ObservationAnalyzerRequestRepoImpl) ListAll ¶
func (s *ObservationAnalyzerRequestRepoImpl) ListAll(ctx context.Context) ([]*domain.ObservationAnalyzerRequest, error)
Click to show internal directories.
Click to hide internal directories.