Documentation ¶
Index ¶
- type Collection
- func (c *Collection) Connection() *connection.Object
- func (c *Collection) Dimension() *dimension.Object
- func (c *Collection) Peer() *peer.Object
- func (c *Collection) SetConnection(connection *connection.Object)
- func (c *Collection) SetDimension(dimension *dimension.Object)
- func (c *Collection) SetPeer(peer *peer.Object)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection struct {
// contains filtered or unexported fields
}
Collection represents the space collection.
func NewCollection ¶
func NewCollection() *Collection
NewCollection creates a new space object. It provides configuration for the connection space.
func (*Collection) Connection ¶
func (c *Collection) Connection() *connection.Object
Connection returns the connection space config of the space collection.
func (*Collection) Dimension ¶
func (c *Collection) Dimension() *dimension.Object
Dimension returns the space dimension config of the space collection.
func (*Collection) Peer ¶
func (c *Collection) Peer() *peer.Object
Peer returns the space peer config of the space collection.
func (*Collection) SetConnection ¶
func (c *Collection) SetConnection(connection *connection.Object)
SetConnection sets the connection space config for the space collection.
func (*Collection) SetDimension ¶
func (c *Collection) SetDimension(dimension *dimension.Object)
SetDimension sets the space dimension config for the space collection.
func (*Collection) SetPeer ¶
func (c *Collection) SetPeer(peer *peer.Object)
SetPeer sets the space peer config for the space collection.
Click to show internal directories.
Click to hide internal directories.