Documentation ¶
Index ¶
- Constants
- func DbNameForTestName(testName string) string
- func GetEmbeddedPrivateKey() (*rsa.PrivateKey, error)
- func NpmInstall(dir string) (string, error)
- func SetupDatabaseForTestCase(ctx context.Context, dbConnInfo *db.ConnectionInfo, schema *proto.Schema, ...) (db.Database, error)
- func WithTmpDir(dir string) (string, error)
- func WithTracing(ctx context.Context) (context.Context, error)
Constants ¶
View Source
const ( TraceId = "71f835dc7ac2750bed2135c7b30dc7fe" SpanId = "b4c9e2a6a0d84702" )
Variables ¶
This section is empty.
Functions ¶
func DbNameForTestName ¶
func GetEmbeddedPrivateKey ¶
func GetEmbeddedPrivateKey() (*rsa.PrivateKey, error)
func NpmInstall ¶
func WithTmpDir ¶
WithTmpDir copies the contents of the src dir to a new temporary directory, returning the tmp dir path
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.