goldfish v0.1.0 Goldfish.Session View Source

This module represents the database model which stores user sessions. It is responsible for getting, updating, and deleting sessions.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Goldfish.Session{
  __meta__: term(),
  cookie: term(),
  data: term(),
  id: term(),
  inserted_at: term(),
  updated_at: term()
}

Link to this section Functions