Skip to content

Instantly share code, notes, and snippets.

@matiasinsaurralde
Created September 8, 2016 13:18
Show Gist options
  • Save matiasinsaurralde/3266b0641eab1ac8278eedf78d4eec08 to your computer and use it in GitHub Desktop.
Save matiasinsaurralde/3266b0641eab1ac8278eedf78d4eec08 to your computer and use it in GitHub Desktop.
grep
% grep -r "SessionManager.UpdateSession" *.go
api.go: err := thisAPISpec.SessionManager.UpdateSession(keyName, newSession, thisAPISpec.SessionLifetime)
api.go: err := spec.SessionManager.UpdateSession(keyName, newSession, spec.SessionLifetime)
api.go: err := thisSessionManager.UpdateSession(keyName, newSession, 0)
api.go: err := thisAPISpec.SessionManager.UpdateSession(newKey, newSession, thisAPISpec.SessionLifetime)
api.go: err := thisSessionManager.UpdateSession(newKey, newSession, thisAPISpec.SessionLifetime)
api.go: err := spec.SessionManager.UpdateSession(newKey, newSession, spec.SessionLifetime)
coprocess_id_extractor.go: e.Spec.SessionManager.UpdateSession(SessionID, thisSessionState, e.Spec.APIDefinition.SessionLifetime)
coprocess_id_extractor.go: // e.Spec.SessionManager.UpdateSession(SessionID, thisSessionState, e.Spec.APIDefinition.SessionLifetime)
coprocess_test.go: spec.SessionManager.UpdateSession("abc", thisSession, 60)
coprocess_test.go: spec.SessionManager.UpdateSession("abc", thisSession, 60)
gateway_test.go: spec.SessionManager.UpdateSession("54321", thisSession, 60)
gateway_test.go:// spec.SessionManager.UpdateSession(keyId, thisSession, 60)
gateway_test.go: spec.SessionManager.UpdateSession("96869686969", thisSession, 60)
gateway_test.go: spec.SessionManager.UpdateSession("zz1234", thisSession, 60)
gateway_test.go: spec.SessionManager.UpdateSession("tyutyu345345dgh", thisSession, 60)
gateway_test.go: spec.SessionManager.UpdateSession(keyId, thisSession, 60)
gateway_test.go: spec.SessionManager.UpdateSession(keyId, thisSession, 60)
gateway_test.go: spec.SessionManager.UpdateSession("ert1234ert", thisSession, 60)
gateway_test.go: spec.SessionManager.UpdateSession("fgh561234", thisSession, 60)
handler_success.go: t.Spec.SessionManager.UpdateSession(key, *thisSession, t.Spec.APIDefinition.SessionLifetime)
handler_success.go: t.Spec.SessionManager.UpdateSession(key, thisSession, t.Spec.APIDefinition.SessionLifetime)
middleware_auth_key_test.go: spec.SessionManager.UpdateSession(customToken, thisSession, 60)
middleware_auth_key_test.go: spec.SessionManager.UpdateSession(customToken, thisSession, 60)
middleware_auth_key_test.go: spec.SessionManager.UpdateSession(customToken, thisSession, 60)
middleware_basic_auth_test.go: spec.SessionManager.UpdateSession("default4321", thisSession, 60)
middleware_basic_auth_test.go: spec.SessionManager.UpdateSession("default4321", thisSession, 60)
middleware_basic_auth_test.go: spec.SessionManager.UpdateSession("default4321", thisSession, 60)
middleware_basic_auth_test.go: spec.SessionManager.UpdateSession("default4321", thisSession, 60)
middleware_basic_auth_test.go: spec.SessionManager.UpdateSession("default4321", thisSession, 60)
middleware_basic_auth_test.go: spec.SessionManager.UpdateSession("default4321", thisSession, 60)
middleware_basic_auth_test.go: spec.SessionManager.UpdateSession("default4321", thisSession, 60)
middleware_check_HMAC_test.go: spec.SessionManager.UpdateSession("9876", thisSession, 60)
middleware_check_HMAC_test.go: spec.SessionManager.UpdateSession("9876", thisSession, 60)
middleware_check_HMAC_test.go: spec.SessionManager.UpdateSession("9876", thisSession, 60)
middleware_check_HMAC_test.go: spec.SessionManager.UpdateSession("9876", thisSession, 60)
middleware_check_HMAC_test.go: spec.SessionManager.UpdateSession("9876", thisSession, 60)
middleware_check_HMAC_test.go: spec.SessionManager.UpdateSession("9876", thisSession, 60)
middleware_ip_whitelist_test.go: spec.SessionManager.UpdateSession("1234wer", thisSession, 60)
middleware_ip_whitelist_test.go: spec.SessionManager.UpdateSession("gfgg1234", thisSession, 60)
middleware_ip_whitelist_test.go: spec.SessionManager.UpdateSession("gfgg1234", thisSession, 60)
middleware_ip_whitelist_test.go: spec.SessionManager.UpdateSession("gfgg1234", thisSession, 60)
middleware_ip_whitelist_test.go: spec.SessionManager.UpdateSession("gfgg1234", thisSession, 60)
middleware_ip_whitelist_test.go: spec.SessionManager.UpdateSession("1234rtyrty", thisSession, 60)
middleware_ip_whitelist_test.go: spec.SessionManager.UpdateSession("1234iuouio", thisSession, 60)
middleware_jwt.go: k.Spec.SessionManager.UpdateSession(SessionID, thisSessionState, k.Spec.APIDefinition.SessionLifetime)
middleware_jwt_test.go: spec.SessionManager.UpdateSession(thisTokenKID, thisSession, 60)
middleware_jwt_test.go: spec.SessionManager.UpdateSession(thisTokenKID, thisSession, 60)
middleware_jwt_test.go: spec.SessionManager.UpdateSession(thisTokenKID, thisSession, 60)
middleware_jwt_test.go: spec.SessionManager.UpdateSession(thisTokenKID, thisSession, 60)
middleware_jwt_test.go: spec.SessionManager.UpdateSession(thisTokenKID, thisSession, 60)
middleware_jwt_test.go: spec.SessionManager.UpdateSession(thisTokenKID, thisSession, 60)
middleware_jwt_test.go: spec.SessionManager.UpdateSession(thisTokenKID, thisSession, 60)
middleware_jwt_test.go: spec.SessionManager.UpdateSession(thisTokenKID, thisSession, 60)
middleware_jwt_test.go: spec.SessionManager.UpdateSession(thisTokenKID, thisSession, 60)
middleware_jwt_test.go: spec.SessionManager.UpdateSession(thisTokenID, thisSession, 60)
middleware_openid.go: k.Spec.SessionManager.UpdateSession(SessionID, thisSessionState, k.Spec.APIDefinition.SessionLifetime)
middleware_organisation_activity.go: k.Spec.OrgSessionManager.UpdateSession(k.Spec.OrgID, thisSessionState, 0)
middleware_organisation_activity.go: k.Spec.OrgSessionManager.UpdateSession(k.Spec.OrgID, thisSessionState, 0)
middleware_rate_limiting.go: k.Spec.SessionManager.UpdateSession(authHeaderValue, thisSessionState, 0)
middleware_rate_limiting.go: go k.Spec.SessionManager.UpdateSession(authHeaderValue, thisSessionState, 0)
middleware_virtual_endpoint.go: d.Spec.SessionManager.UpdateSession(authHeaderValue, thisSessionState, 0)
multiauth_test.go: spec.SessionManager.UpdateSession("default0987876", baSession, 60)
multiauth_test.go: spec.SessionManager.UpdateSession(customToken, thisSession, 60)
multiauth_test.go: spec.SessionManager.UpdateSession("default0987876", baSession, 60)
multiauth_test.go: spec.SessionManager.UpdateSession(customToken, thisSession, 60)
multiauth_test.go: spec.SessionManager.UpdateSession("default0987876", baSession, 60)
multiauth_test.go: spec.SessionManager.UpdateSession(customToken, thisSession, 60)
multiauth_test.go: spec.SessionManager.UpdateSession("default0987876", baSession, 60)
multiauth_test.go: spec.SessionManager.UpdateSession(customToken, thisSession, 60)
oauth_manager.go: sErr := o.API.SessionManager.UpdateSession(keyName, *thisSessionState, o.API.SessionLifetime)
plugins.go: d.Spec.SessionManager.UpdateSession(authHeaderValue, thisSessionState, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment