Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
GlobalLanguage string
)
Functions ¶
func PrintDataFlow ¶
func PrintDataFlow(dataFlow []DataFlowStep)
*
- -----------------------------------------------------------------------------
- PrintDataFlow - Prints the data flow steps for a given variable.
- ----------------------------------------------------------------------------- *
- Parameters:
- - dataFlow ([]DataFlowStep): List of data flow steps. *
- Returns:
- - (void): This function does not return a value. *
- -----------------------------------------------------------------------------
Types ¶
type AIRequestBody ¶
type AIResponse ¶
type AIResponse struct { Choices []struct { Message struct { Content string `json:"content"` } `json:"message"` } `json:"choices"` }
type DataFlowStep ¶
type DataFlowStep struct { Line uint32 Type string Method string Function string Value string Variable string }
DataFlowStep représente une étape dans le flux de données d'une variable.
type FunctionCallSite ¶
type IdentifyVariableRequest ¶
Click to show internal directories.
Click to hide internal directories.