Documentation
¶
Index ¶
- Constants
- func GetRootCA(ctx context.Context, dbURL string, options ...func(*pgx.ConnConfig)) (string, error)
- func IsSSLDebugEnabled() bool
- func LogSSLDebugf(format string, args ...any)
- func Run(ctx context.Context, projectId string, dbConfig pgconn.Config, lang string, ...) error
- func RunVolcengine(ctx context.Context, client *volcengine.Client, params VolcengineParams, ...) error
- type VolcengineParams
Constants ¶
View Source
const ( LangTypescript = "typescript" LangGo = "go" LangSwift = "swift" LangPython = "python" )
View Source
const ( SwiftPublicAccessControl = "public" SwiftInternalAccessControl = "internal" )
Variables ¶
This section is empty.
Functions ¶
func IsSSLDebugEnabled ¶
func IsSSLDebugEnabled() bool
func LogSSLDebugf ¶
func RunVolcengine ¶
func RunVolcengine(ctx context.Context, client *volcengine.Client, params VolcengineParams, w io.Writer) error
Types ¶
Click to show internal directories.
Click to hide internal directories.