Skip to content

Instantly share code, notes, and snippets.

@tamasd
Last active December 11, 2015 21:38
Show Gist options
  • Save tamasd/4663374 to your computer and use it in GitHub Desktop.
Save tamasd/4663374 to your computer and use it in GitHub Desktop.
type LoginResponse struct {
SessionID string `json:"sessid"`
SessionName string `json:"session_name"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment