Skip to main content

Retrieve a Session

Last updated on

Use the following function to retrieve a session using the session ID:

ok, err := sessionService.GetSession(input)
if err != nil {
return err
}
return nil