Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
NewClient constructs a new client given a URL to a functions-go instance
Usage:
client := functions.NewClient("https://abc.functions.supabase.co", "<service-token>", nil)
Inspired By Postgrest and storage-go.
Click to show internal directories.
Click to hide internal directories.