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.50.2
- Published
- Mar 21, 2023
- Platform
- linux/amd64
- Imports
- 11 packages
- Last checked
- 33 minutes ago –
Tools for package owners.