View Source Spaceboy.Conn.Unfetched (Spaceboy v0.3.2)

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.