Skip to content
Snippets Groups Projects
Unverified Commit 81d7c84e authored by Benjamin Erhart's avatar Benjamin Erhart Committed by GitHub
Browse files

Merge pull request #22 from bitmold/master

Added function to check if Snowflake proxy is running.
parents a00e6c30 b8c0c8bc
Branches
No related tags found
1 merge request!2update to v 1.7.1
...@@ -361,3 +361,8 @@ func IsPortAvailable(port int) bool { ...@@ -361,3 +361,8 @@ func IsPortAvailable(port int) bool {
return false return false
} }
// IsSnowflakeProxyRunning - Checks to see if a snowflake proxy is running in your app
func IsSnowflakeProxyRunning() bool {
return snowflakeProxy != nil
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment