Documentation ¶
Index ¶
- func GetGotrueVersion(ctx context.Context, projectRef string) (string, error)
- func GetJsonResponse[T any](ctx context.Context, url, apiKey string) (*T, error)
- func GetPostgrestVersion(ctx context.Context, projectRef string) (string, error)
- type ApiKey
- type HealthResponse
- type SwaggerInfo
- type SwaggerResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGotrueVersion ¶
func GetJsonResponse ¶
Types ¶
type HealthResponse ¶
type SwaggerInfo ¶
type SwaggerResponse ¶
type SwaggerResponse struct { Swagger string `json:"swagger"` Info SwaggerInfo `json:"info"` }
Click to show internal directories.
Click to hide internal directories.