package
0.5.2
Repository: https://github.com/hashicorp/sentinel-sdk.git
Documentation: pkg.go.dev

# Functions

MapFromKeys creates a map[string]interface{} for a Namespace from the given set of keys.

# Structs

Plugin implements sdk.Plugin.

# Interfaces

Call is a Namespace that supports call expressions.
List is a Namespace that supports returning a list of data.
Map is a Namespace that supports returning the entire map of data.
Namespace represents a namespace of attributes that can be requested by key.
NamespaceCreator is an interface only used in conjunction with the Root interface.
New is an interface indicating that the namespace supports object construction via the handling of arbitrary object data.
Root is the plugin root.