Versions in this module Expand all Collapse all v0 v0.0.2 Jul 14, 2026 Changes in this version + const AUTH_URL + const FUNCTIONS_URL + const REST_URL + const STORAGE_URL + type Client struct + Auth auth.Client + Functions *functions.Client + Storage *storage_go.Client + func NewClient(url, key string, options *ClientOptions) (*Client, error) + func (c *Client) EnableTokenAutoRefresh(session types.Session) + func (c *Client) From(table string) *postgrest.QueryBuilder + func (c *Client) RefreshToken(refreshToken string) (types.Session, error) + func (c *Client) Rpc(name, count string, rpcBody interface{}) string + func (c *Client) SignInWithEmailPassword(email, password string) (types.Session, error) + func (c *Client) SignInWithPhonePassword(phone, password string) (types.Session, error) + func (c *Client) UpdateAuthSession(session types.Session) + type ClientOptions struct + Headers map[string]string + Schema string