Documentation
¶
Index ¶
- Variables
- type SendFileProxy
- func (p *SendFileProxy) Configure(config generic.ProxyConfig)
- func (SendFileProxy) I_In(id string, msg *messages.SAMessage, info *interface{}, reset *bool)
- func (SendFileProxy) I_Out(id string, msg *messages.SAMessage, info *interface{}, reset *bool)
- func (p SendFileProxy) SendFile(file []byte) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var ChOut, ChIn chan messages.SAMessage
Internal channels
Functions ¶
This section is empty.
Types ¶
type SendFileProxy ¶
type SendFileProxy struct {
Config generic.ProxyConfig
}
@Type: SendFileProxy @Behaviour: Behaviour = I_In -> InvR.e1 -> TerR.e1 -> I_Out -> Behaviour
func NewSendFileProxy ¶
func NewSendFileProxy(proxyConfig generic.ProxyConfig) SendFileProxy
Factory
func (*SendFileProxy) Configure ¶
func (p *SendFileProxy) Configure(config generic.ProxyConfig)
func (SendFileProxy) I_In ¶
func (SendFileProxy) I_In(id string, msg *messages.SAMessage, info *interface{}, reset *bool)
Architectural operations
func (SendFileProxy) I_Out ¶
func (SendFileProxy) I_Out(id string, msg *messages.SAMessage, info *interface{}, reset *bool)
func (SendFileProxy) SendFile ¶
func (p SendFileProxy) SendFile(file []byte) bool
Functional operations
Click to show internal directories.
Click to hide internal directories.