Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserRepositoryImpl ¶
type UserRepositoryImpl struct {
// contains filtered or unexported fields
}
func New ¶
func New(db *sqlx.DB) UserRepositoryImpl
func (UserRepositoryImpl) GetByCollectionSymbol ¶
func (u UserRepositoryImpl) GetByCollectionSymbol(symbol string) ([]storage.User, error)
Click to show internal directories.
Click to hide internal directories.