Documentation ¶
Overview ¶
Package shoset :
Package shoset :
Package shoset :
Package shoset :
Package shoset :
Package shoset :
Index ¶
- func GetConfiguration(c *net.ShosetConn) (msg.Message, error)
- func GetLogicalConfiguration(c *net.ShosetConn) (msg.Message, error)
- func GetSecret(c *net.ShosetConn) (msg.Message, error)
- func HandleCommand(c *net.ShosetConn, message msg.Message) (err error)
- func HandleConfigJoin(c *net.ShosetConn, message msg.Message) error
- func HandleConfiguration(c *net.ShosetConn, message msg.Message) (err error)
- func HandleEvent(c *net.ShosetConn, message msg.Message) (err error)
- func HandleLogicalConfiguration(c *net.ShosetConn, message msg.Message) (err error)
- func HandleSecret(c *net.ShosetConn, message msg.Message) (err error)
- func SendConnectorPivotConfiguration(shoset *net.Shoset) (err error)
- func SendHeartbeat(shoset *net.Shoset) (err error)
- func SendLogicalConfiguration(shoset *net.Shoset) (err error)
- func SendProductConnectorConfiguration(shoset *net.Shoset, version models.Version) (err error)
- func SendSavePivotConfiguration(shoset *net.Shoset, pivot *models.Pivot) (err error)
- func SendSaveProductConnectorConfiguration(shoset *net.Shoset, productConnector *models.ProductConnector) (err error)
- func SendSecret(shoset *net.Shoset) (err error)
- func SendWorkerAdminPivotConfiguration(shoset *net.Shoset) (err error)
- func SendWorkerPivotConfiguration(shoset *net.Shoset, version models.Version) (err error)
- func WaitConfiguration(c *net.Shoset, replies *msg.Iterator, args map[string]string, timeout int) *msg.Message
- func WaitLogicalConfiguration(c *net.Shoset, replies *msg.Iterator, args map[string]string, timeout int) *msg.Message
- func WaitSecret(c *net.Shoset, replies *msg.Iterator, args map[string]string, timeout int) *msg.Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfiguration ¶
func GetConfiguration(c *net.ShosetConn) (msg.Message, error)
func GetLogicalConfiguration ¶
func GetLogicalConfiguration(c *net.ShosetConn) (msg.Message, error)
func HandleCommand ¶
func HandleCommand(c *net.ShosetConn, message msg.Message) (err error)
HandleCommand : Connector handle command function.
func HandleConfigJoin ¶
func HandleConfigJoin(c *net.ShosetConn, message msg.Message) error
HandleConfigJoin : Connector handle config function.
func HandleConfiguration ¶
func HandleConfiguration(c *net.ShosetConn, message msg.Message) (err error)
HandleConnectorConfig : Connector handle connector config.
func HandleEvent ¶
func HandleEvent(c *net.ShosetConn, message msg.Message) (err error)
HandleEvent : Connector handle event function.
func HandleLogicalConfiguration ¶
func HandleLogicalConfiguration(c *net.ShosetConn, message msg.Message) (err error)
HandleConnectorConfig : Connector handle connector config.
func HandleSecret ¶
func HandleSecret(c *net.ShosetConn, message msg.Message) (err error)
HandleConnectorConfig : Connector handle connector config.
func SendConnectorPivotConfiguration ¶
SendPivotConfiguration :
func SendLogicalConfiguration ¶
SendSecret :
func SendProductConnectorConfiguration ¶
SendProductConnectorConfiguration : Connector send connector config function.
func SendSavePivotConfiguration ¶
SendSavePivotConfiguration : Connector send connector config function.
func SendSaveProductConnectorConfiguration ¶
func SendSaveProductConnectorConfiguration(shoset *net.Shoset, productConnector *models.ProductConnector) (err error)
SendSaveProductConnectorConfiguration : Connector send connector config function.
func SendWorkerAdminPivotConfiguration ¶
SendPivotConfiguration :
func SendWorkerPivotConfiguration ¶
SendPivotConfiguration :
func WaitConfiguration ¶
func WaitConfiguration(c *net.Shoset, replies *msg.Iterator, args map[string]string, timeout int) *msg.Message
WaitConfig :
Types ¶
This section is empty.