rss/src/cloud.go

11 lines
132 B
Go

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