Supabase.GoTrue.Schemas.ServerHealth (supabase_gotrue v0.5.2)

View Source

Represents the health information of the GoTrue authentication server.

This struct is returned by Supabase.GoTrue.get_server_health/1 and contains information about the server's status, version, and other diagnostic data.

Fields

  • version - The version of the GoTrue server
  • name - The name of the service (typically "GoTrue")
  • description - A brief description of the service

Summary

Types

t()

@type t() :: %Supabase.GoTrue.Schemas.ServerHealth{
  description: String.t(),
  name: String.t(),
  version: String.t()
}

Functions

parse(source \\ %__MODULE__{}, attrs)