Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationService ¶
func (*AuthenticationService) Authenticate ¶
func (as *AuthenticationService) Authenticate(login string, password string) (*sessionToken, error)
type SecuredBankAccount ¶
Single Responsibility Principle -- BAD--
func (*SecuredBankAccount) TransferMoneyTo ¶
func (b *SecuredBankAccount) TransferMoneyTo(password string, receivingParty SecuredBankAccount, amount int)
Click to show internal directories.
Click to hide internal directories.