Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DevtronResourceSearchableKeyRepository ¶
type DevtronResourceSearchableKeyRepository interface {
GetAll() ([]*DevtronResourceSearchableKey, error)
}
type DevtronResourceSearchableKeyRepositoryImpl ¶
type DevtronResourceSearchableKeyRepositoryImpl struct {
// contains filtered or unexported fields
}
func NewDevtronResourceSearchableKeyRepositoryImpl ¶
func NewDevtronResourceSearchableKeyRepositoryImpl(logger *zap.SugaredLogger, dbConnection *pg.DB) *DevtronResourceSearchableKeyRepositoryImpl
func (*DevtronResourceSearchableKeyRepositoryImpl) GetAll ¶
func (repo *DevtronResourceSearchableKeyRepositoryImpl) GetAll() ([]*DevtronResourceSearchableKey, error)
Click to show internal directories.
Click to hide internal directories.