Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FGroup ¶
type FGroup struct { FGobj types.FuncGroup DBTx *sql.Tx Ctx context.Context CtxCancel context.CancelFunc Nextfuncgroup string SystemSession map[string]interface{} // {sessionanme: value} UserSession map[string]interface{} // {sessionanme: value} Externalinputs map[string]interface{} // {sessionanme: value} Externaloutputs map[string]interface{} // {sessionanme: value} DocDBCon *documents.DocDB SignalRClient signalr.Client ErrorMessage string TestwithSc bool TestResults map[string]interface{} // contains filtered or unexported fields }
func (*FGroup) CheckRouter ¶
CheckRouter checks the router definition and determines the next function group to execute based on the provided RouterDef. It returns the name of the next function group.
Click to show internal directories.
Click to hide internal directories.