package onvif // Onvif Auth Mode const ( DigestAuth = "digest" UsernameTokenAuth = "usernametoken" Both = "both" NoAuth = "none" )