Documentation ¶
Index ¶
- type FibonacciInvoker
- func (FibonacciInvoker) I_Beforemarshalling(id string, msg *messages.SAMessage, info *interface{}, reset *bool)
- func (FibonacciInvoker) I_Beforesend(id string, msg *messages.SAMessage, info *interface{}, reset *bool)
- func (FibonacciInvoker) I_Beforeserver(id string, msg *messages.SAMessage, info *interface{}, reset *bool)
- func (FibonacciInvoker) I_Beforeunmarshalling(id string, msg *messages.SAMessage, info *interface{}, reset *bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FibonacciInvoker ¶
type FibonacciInvoker struct{}
@Type: FibonacciInvoker @Behaviour: Behaviour = InvP.e1 -> I_Beforeunmarshalling -> InvR.e2 -> TerR.e2 -> I_Beforeserver -> I_Beforemarshalling -> InvR.e2 -> TerR.e2 -> I_Beforesend -> TerP.e1 -> Behaviour
func (FibonacciInvoker) I_Beforemarshalling ¶
func (FibonacciInvoker) I_Beforemarshalling(id string, msg *messages.SAMessage, info *interface{}, reset *bool)
func (FibonacciInvoker) I_Beforesend ¶
func (FibonacciInvoker) I_Beforesend(id string, msg *messages.SAMessage, info *interface{}, reset *bool)
func (FibonacciInvoker) I_Beforeserver ¶
func (FibonacciInvoker) I_Beforeserver(id string, msg *messages.SAMessage, info *interface{}, reset *bool)
func (FibonacciInvoker) I_Beforeunmarshalling ¶
func (FibonacciInvoker) I_Beforeunmarshalling(id string, msg *messages.SAMessage, info *interface{}, reset *bool)
Click to show internal directories.
Click to hide internal directories.