Home
last modified time | relevance | path

Searched refs:WithAsyncMode (Results 1 – 3 of 3) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/
H A Dasync_test.go12 ctx := WithAsyncMode(context.Background())
48 ctx := WithAsyncMode(context.Background())
64 ctx := WithAsyncMode(context.Background())
H A Dstatement_test.go60 ctx := WithAsyncMode(context.Background())
H A Dutil.go50 func WithAsyncMode(ctx context.Context) context.Context { func