Documentation
¶
Index ¶
- Constants
- func CommandWithExistingConfig(ctx context.Context, projectName string, args []string, streams *DataStreams) (*exec.Cmd, error)
- func DbDataDirGitBranchScopedPath(gitBranch, path string) string
- func HasuraCliVersion() (string, error)
- func MailHogDataDirGiBranchScopedPath(gitBranch string) string
- func MinioDataDirGitBranchScopedPath(gitBranch string) string
- type Config
- func (c *Config) BuildJSON() ([]byte, error)
- func (c Config) PublicAuthConnectionString() string
- func (c Config) PublicFunctionsConnectionString() string
- func (c Config) PublicHasuraConnectionString() string
- func (c Config) PublicPostgresConnectionString() string
- func (c Config) PublicStorageConnectionString() string
- func (c Config) RunMinioService() bool
- type DataStreams
- type Wrapper
Constants ¶
View Source
const ( // docker compose service names SvcPostgres = "postgres" SvcAuth = "auth" SvcStorage = "storage" SvcFunctions = "functions" SvcMinio = "minio" SvcMailhog = "mailhog" SvcHasura = "hasura" SvcTraefik = "traefik" SvcGraphqlEngine = "graphql-engine" )
Variables ¶
This section is empty.
Functions ¶
func CommandWithExistingConfig ¶ added in v0.7.9
func DbDataDirGitBranchScopedPath ¶ added in v0.7.9
func HasuraCliVersion ¶
HasuraCliVersion extracts version from Hasura CLI docker image. That allows us to keep the same version of Hasura CLI both in the docker image and in the hasura-cli on the host
func MailHogDataDirGiBranchScopedPath ¶ added in v0.7.9
func MinioDataDirGitBranchScopedPath ¶ added in v0.7.9
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (Config) PublicAuthConnectionString ¶
func (Config) PublicFunctionsConnectionString ¶
func (Config) PublicHasuraConnectionString ¶
func (Config) PublicPostgresConnectionString ¶
func (Config) PublicStorageConnectionString ¶
func (Config) RunMinioService ¶ added in v0.7.10
type Wrapper ¶ added in v0.7.9
type Wrapper struct {
// contains filtered or unexported fields
}
func InitWrapper ¶ added in v0.7.9
Click to show internal directories.
Click to hide internal directories.