Spaceboy.Conn.Unfetched (Spaceboy v0.4.0)

View Source

A struct used as default on unfetched fields.

Summary

Types

t()

A struct used as default on unfetched fields.

Types

t()

@type t() :: %Spaceboy.Conn.Unfetched{
  aspect: (:query_params | :path_params | :params) | nil
}

A struct used as default on unfetched fields.

The :aspect key of the struct specifies what field is still unfetched.