Documentation ¶
Index ¶
- type DebugLogsAuditCouldNotBeFound
- type DebugLogsAuditMysqlRepository
- func (r *DebugLogsAuditMysqlRepository) Delete(debugLogsAudit *domain.DebugLogsAudit) error
- func (r *DebugLogsAuditMysqlRepository) FindById(id uuid.UUID) (*domain.DebugLogsAudit, error)
- func (r *DebugLogsAuditMysqlRepository) Save(debugLogsAudit *domain.DebugLogsAudit) error
- func (r *DebugLogsAuditMysqlRepository) Update(debugLogsAudit *domain.DebugLogsAudit) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugLogsAuditCouldNotBeFound ¶
type DebugLogsAuditCouldNotBeFound struct {
AuditId string
}
func (DebugLogsAuditCouldNotBeFound) Error ¶
func (e DebugLogsAuditCouldNotBeFound) Error() string
type DebugLogsAuditMysqlRepository ¶
type DebugLogsAuditMysqlRepository struct {
// contains filtered or unexported fields
}
func NewDebugLogsAuditMysqlRepository ¶
func NewDebugLogsAuditMysqlRepository(db *gorm.DB) *DebugLogsAuditMysqlRepository
func (*DebugLogsAuditMysqlRepository) Delete ¶
func (r *DebugLogsAuditMysqlRepository) Delete(debugLogsAudit *domain.DebugLogsAudit) error
func (*DebugLogsAuditMysqlRepository) FindById ¶
func (r *DebugLogsAuditMysqlRepository) FindById(id uuid.UUID) (*domain.DebugLogsAudit, error)
func (*DebugLogsAuditMysqlRepository) Save ¶
func (r *DebugLogsAuditMysqlRepository) Save(debugLogsAudit *domain.DebugLogsAudit) error
func (*DebugLogsAuditMysqlRepository) Update ¶
func (r *DebugLogsAuditMysqlRepository) Update(debugLogsAudit *domain.DebugLogsAudit) error
Click to show internal directories.
Click to hide internal directories.