 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	MAX_ACK_WAIT_MS = 60 * 1000
)
    Variables ¶
This section is empty.
Functions ¶
func FoliageProcessingLanguage ¶
func FoliageProcessingLanguage(_ sfPlugins.StatefunExecutor, ctx *sfPlugins.StatefunContextProcessor)
{
	"jpgql_uoi": [ // Union of intersections
		[
			{"jpgql": "<jpgql query 1>", "from_uuid": "<vertex uuid x>"},
			{"jpgql": "<jpgql query 2>", "from_uuid": "<vertex uuid y>"},
			...
		],
		[
			{"jpgql": "<jpgql query 1>", "from_uuid": "<vertex uuid x>"},
			{"jpgql": "<jpgql query 2>", "from_uuid": "<vertex uuid y>"},
			...
		],
		...
	],
	"sort": "asc"|"dsc",
	"post_processor_func": { // Arbitrary
		name: "<statefun name>",
		data: {
			....
		}
	}
}
  
        func PostProcessorVertexBody ¶
func PostProcessorVertexBody(_ sfPlugins.StatefunExecutor, ctx *sfPlugins.StatefunContextProcessor)
{
	"uuids": [...],
	"data": {
		"sort_by_field": [
			"<field name 1>[:asc|:dsc]",
			"<field name 2>[:asc|:dsc]",
			...
		]
	}
}
  
        Types ¶
type JPGQLRequestData ¶
type JPGQLRequestData struct {
	// contains filtered or unexported fields
}
     Click to show internal directories. 
   Click to hide internal directories.