Documentation ¶ Index ¶ func ObjectTransform(o interface{}) (interface{}, error) type Response Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ObjectTransform ¶ func ObjectTransform(o interface{}) (interface{}, error) Types ¶ type Response ¶ type Response struct { Direction string `json:"direction,omitempty"` From peer `json:"from,omitempty"` To peer `json:"to,omitempty"` Services []service `json:"services,omitempty"` } Source Files ¶ View all Source files transform.go Click to show internal directories. Click to hide internal directories.