Versions in this module Expand all Collapse all v1 v1.0.0 Sep 23, 2016 Changes in this version + func GetHealth(address string) (fusion.Health, error) + func IsRoomAvailable(room fusion.Room) (bool, error) + func SoapDecode(data []byte, contents interface{}) error + func SoapEncode(contents interface{}) ([]byte, error) + func SoapRequest(url string, payload []byte) ([]byte, error) + type Error struct + Message string + func GenericError() Error + func ReturnError(err error) Error + type SoapBody struct + Contents []byte + XMLName struct{} + type SoapEnvelope struct + Body SoapBody + XMLName struct{}