Documentation ¶
Index ¶
Constants ¶
View Source
const ( Pg15Image = "supabase/postgres:15.1.1.61" // Append to JobImages when adding new dependencies below DifferImage = "supabase/pgadmin-schema-diff:cli-0.0.5" MigraImage = "supabase/migra:3.0.1663481299" PgProveImage = "supabase/pg_prove:3.36" )
Variables ¶
View Source
var JobImages = []string{ DifferImage, MigraImage, PgProveImage, }
View Source
var ServiceImages = []string{
gotrueImage,
realtimeImage,
storageImage,
imageProxyImage,
kongImage,
inbucketImage,
postgrestImage,
pgmetaImage,
studioImage,
edgeRuntimeImage,
logflareImage,
vectorImage,
supavisorImage,
}
Functions ¶
func NewConfig ¶
func NewConfig(editors ...ConfigEditor) config
func NewPathBuilder ¶
func NewPathBuilder(configPath string) pathBuilder
Types ¶
type AddressFamily ¶
type AddressFamily string
const ( AddressIPv6 AddressFamily = "IPv6" AddressIPv4 AddressFamily = "IPv4" )
type ConfigEditor ¶
type ConfigEditor func(*config)
func WithHostname ¶
func WithHostname(hostname string) ConfigEditor
type CustomClaims ¶
type CustomClaims struct { // Overrides Issuer to maintain json order when marshalling Issuer string `json:"iss,omitempty"` Ref string `json:"ref,omitempty"` Role string `json:"role"` jwt.RegisteredClaims }
func (CustomClaims) NewToken ¶
func (c CustomClaims) NewToken() *jwt.Token
type LogflareBackend ¶
type LogflareBackend string
const ( LogflarePostgres LogflareBackend = "postgres" LogflareBigQuery LogflareBackend = "bigquery" )
type RequestPolicy ¶
type RequestPolicy string
const ( PolicyPerWorker RequestPolicy = "per_worker" PolicyOneshot RequestPolicy = "oneshot" )
Click to show internal directories.
Click to hide internal directories.