Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterMember ¶
type ClusterMember struct {
InstanceID string
Host string
Port int
APIVer *version.SemanticVersion
}
ClusterMember represents a cluster instance address and port.
func (*ClusterMember) String ¶
func (m *ClusterMember) String() string
String returns Member string representation.
type Resource ¶
type Resource struct {
InstanceID string
JID *jid.JID
Presence *stravaganza.Presence
Context map[string]string
}
Resource represents a resource entity.
func (*Resource) IsAvailable ¶
IsAvailable returns presence available value.
Click to show internal directories.
Click to hide internal directories.