Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ConnectionState = observer.New(ClientState{})
    Functions ¶
This section is empty.
Types ¶
type ClientState ¶
type ClientState struct {
	Status    string
	ID        string
	IP        string
	HostName  string
	Version   string
	Timestamp time.Time
}
    func (ClientState) Json ¶ added in v1.0.5
func (cs ClientState) Json() ([]byte, error)
func (ClientState) Summary ¶ added in v1.0.5
func (cs ClientState) Summary() string
 Click to show internal directories. 
   Click to hide internal directories.