 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertContainerHealthy ¶ added in v1.30.1
func IsServiceReady ¶ added in v1.30.1
func PrettyPrint ¶ added in v1.30.1
Types ¶
type CustomName ¶ added in v1.13.0
type CustomName struct {
	ApiURL         string `env:"api.url,default=API_URL"`
	GraphqlURL     string `env:"api.graphql_url,default=GRAPHQL_URL"`
	DbURL          string `env:"db.url,default=DB_URL"`
	StudioURL      string `env:"studio.url,default=STUDIO_URL"`
	InbucketURL    string `env:"inbucket.url,default=INBUCKET_URL"`
	JWTSecret      string `env:"auth.jwt_secret,default=JWT_SECRET"`
	AnonKey        string `env:"auth.anon_key,default=ANON_KEY"`
	ServiceRoleKey string `env:"auth.service_role_key,default=SERVICE_ROLE_KEY"`
}
     Click to show internal directories. 
   Click to hide internal directories.