Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRequestByID ¶
GetRequestByID is a static function to export to other services.
func NewRequestRepository ¶
func NewRequestRepository(cache db.Cacher) models.RequestRepositoryInterface
Types ¶
type RequestRepository ¶
type RequestRepository struct {
// contains filtered or unexported fields
}
The implementation of pkg/models.RequestRepositoryInterface.
func (*RequestRepository) Delete ¶
func (r *RequestRepository) Delete(requestID string) error
Click to show internal directories.
Click to hide internal directories.