expected v0.1.1 Expected.MnesiaStore.LoginRecord View Source

Login record for the Mnesia store.

Link to this section Summary

Types

t()

A login record

Functions

Creates a login record from an Expected.Login

Creates an Expected.Login from a login record

Link to this section Types

Link to this type t() View Source
t() :: {:login, String.t(), String.t(), String.t(), String.t(), integer(), integer(), :inet.ip_address(), String.t()}

A login record

Link to this section Functions

Link to this function from_struct(login) View Source
from_struct(Expected.Login.t()) :: t()

Creates a login record from an Expected.Login.

Link to this macro login(args \\ []) View Source (macro)
Link to this macro login(record, args) View Source (macro)

Creates an Expected.Login from a login record.