Update internal/session/connection_state.go

Co-authored-by: Jeff Mitchell <jeffrey.mitchell@gmail.com>
jimlambrt-session-basics
Jim 6 years ago committed by GitHub
parent 07ac120ade
commit a1408fe9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ func (s ConnectionStatus) String() string {
return string(s)
}
// State of the session
// State of the connection
type ConnectionState struct {
// ConnectionId is used to access the state via an API
ConnectionId string `json:"public_id,omitempty" gorm:"primary_key"`

Loading…
Cancel
Save