package feeder
type Cloud struct {
Domain string
Port int
Path string
RegisterProcedure string
Protocol string
}