Documentation ¶
Index ¶
- type ClientRPC
- func (c *ClientRPC) AddAccount(document string, balance int, name string) bool
- func (c *ClientRPC) AddMoney(document string, mountToAdd string) bool
- func (c *ClientRPC) DeleteAccount(document string) bool
- func (c *ClientRPC) GetBalance(document string) int
- func (c *ClientRPC) ModifyAccount(document string, newDocument string) bool
- func (c *ClientRPC) StartClient()
- func (c *ClientRPC) Withdrawals(document string, mountToRemove string) bool
- type OperationData
- type Worker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientRPC ¶
type ClientRPC struct {
// contains filtered or unexported fields
}
func NewClientRPC ¶
func (*ClientRPC) AddAccount ¶
func (*ClientRPC) DeleteAccount ¶
func (*ClientRPC) GetBalance ¶
Método para consumir el método remoto para obtener el sald de una cuenta
func (*ClientRPC) ModifyAccount ¶
Método para consumir el servicio de modificar una cuenta
func (*ClientRPC) StartClient ¶
func (c *ClientRPC) StartClient()
Método para iciar y validar el cliente de RPC
type OperationData ¶
type Worker ¶
func (*Worker) GetIdentifier ¶
func (*Worker) GetPassword ¶
func (*Worker) Login ¶
func (w *Worker) Login(cookieHandler *securecookie.SecureCookie, wr http.ResponseWriter) bool
Método para iniciar sesión
Click to show internal directories.
Click to hide internal directories.