target

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL