Fix comment
This commit is contained in:
parent
f78b79b49b
commit
716f1b1cb0
|
@ -7,8 +7,7 @@ import (
|
||||||
// ConnectionState represents device connection state and type,
|
// ConnectionState represents device connection state and type,
|
||||||
// as reported by mobile framework.
|
// as reported by mobile framework.
|
||||||
//
|
//
|
||||||
// Zero value represents default assumption about network
|
// Zero value represents default assumption about network (online and unknown type).
|
||||||
// connection until first update — online, on cellular and not expensive.
|
|
||||||
type ConnectionState struct {
|
type ConnectionState struct {
|
||||||
Offline bool `json:"offline"`
|
Offline bool `json:"offline"`
|
||||||
Type ConnectionType `json:"type"`
|
Type ConnectionType `json:"type"`
|
||||||
|
|
Loading…
Reference in New Issue