Skip to content
Snippets Groups Projects
Commit b8c0c8bc authored by b's avatar b
Browse files

function for if snowflake proxy is running

parent a00e6c30
Branches
Tags
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