mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
10 lines
296 B
Go
10 lines
296 B
Go
package control
|
|
|
|
// DisconnectReason communicates the reason why a connection is being closed.
|
|
//
|
|
// A zero value stands for "no reason" / NA.
|
|
//
|
|
// This is an EXPERIMENTAL type. It will change in the future. Refer to the
|
|
// connmgr.ConnectionGater godoc for more info.
|
|
type DisconnectReason int
|