Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RichClient *binding.RichClient Target binding.Target RuleSet binding.RuleSet )
View Source
var ( Minimal = api.Target{ Name: "Minimal no ruleset", Image: api.Ref{ Name: "./data/image.svg", }, } Hazelcast = api.Target{ Name: "Hazelcast", Image: api.Ref{ Name: "./data/image.svg", }, Description: "Hazelcast Java distributed session store.", RuleSet: &api.RuleSet{ Rules: []api.Rule{ { File: &api.Ref{ Name: "./data/rules.yaml", }, }, { File: &api.Ref{ Name: "./data/rules.yaml", }, }, }, }, } Samples = []api.Target{Minimal, Hazelcast} )
Set of valid resources for tests and reuse.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.