Skip to content
Snippets Groups Projects
Commit 32ce1bd2 authored by Jake Taylor's avatar Jake Taylor
Browse files

bindings

parent 8dc072cf
No related branches found
No related tags found
1 merge request!510Release
...@@ -31,6 +31,10 @@ type E2e struct { ...@@ -31,6 +31,10 @@ type E2e struct {
id int id int
} }
func (e *E2e) GetID() int {
return e.id
}
// Login creates and returns a new E2e object and adds it to the e2eTrackerSingleton // Login creates and returns a new E2e object and adds it to the e2eTrackerSingleton
// identity should be created via MakeIdentity() and passed in here // identity should be created via MakeIdentity() and passed in here
// If callbacks is left nil, a default auth.Callbacks will be used // If callbacks is left nil, a default auth.Callbacks will be used
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment