github.com/stampzilla/stampzilla-go@v2.0.0-rc9+incompatible/nodes/stampzilla-server/models/connection.go (about)

     1  package models
     2  
     3  type Connection struct {
     4  	Type       string                 `json:"type"`
     5  	RemoteAddr string                 `json:"remoteAddr"`
     6  	NodeUuid   string                 `json:"nodeUuid,omitEmpty"`
     7  	Attributes map[string]interface{} `json:"attributes"`
     8  }