package inspect
import "github.com/open-policy-agent/opa/internal/bundle/inspect"
Index ¶
Types ¶
type Info ¶
type Info struct { Manifest bundle.Manifest `json:"manifest,omitempty"` Signatures bundle.SignaturesConfig `json:"signatures_config,omitempty"` WasmModules []map[string]interface{} `json:"wasm_modules,omitempty"` Namespaces map[string][]string `json:"namespaces,omitempty"` Annotations []*ast.AnnotationsRef `json:"annotations,omitempty"` }
Info represents information about a bundle.
func File ¶
Source Files ¶
- Version
- v0.46.2
- Published
- Dec 7, 2022
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 8 seconds ago –
Tools for package owners.