Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodePrivateData ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetClientId ¶
func (*Client) GetFirstName ¶
func (*Client) GetLastName ¶
func (*Client) GetWallets ¶
func (client *Client) GetWallets() []wallet
type ClientRepository ¶
type ClientRepository struct {
// contains filtered or unexported fields
}
func NewClientRepository ¶
func NewClientRepository(url string, ctx context.Context) (ClientRepository, error)
func (*ClientRepository) GetClientByEmail ¶
func (repository *ClientRepository) GetClientByEmail(email string) (Client, error)
func (*ClientRepository) GetClientById ¶
func (repository *ClientRepository) GetClientById(id uuid.UUID) (Client, error)
func (*ClientRepository) GetWalletsByUserId ¶
func (repository *ClientRepository) GetWalletsByUserId(id uuid.UUID) ([]wallet, error)
type UserColumns ¶
type UserNotFoundError ¶
type UserNotFoundError struct {
// contains filtered or unexported fields
}
func (*UserNotFoundError) Error ¶
func (e *UserNotFoundError) Error() string
type WalletColumn ¶
type WrongPasswordError ¶
type WrongPasswordError struct {
// contains filtered or unexported fields
}
func (*WrongPasswordError) Error ¶
func (e *WrongPasswordError) Error() string
Click to show internal directories.
Click to hide internal directories.