types

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Change

type Change struct {
	Before string
	After  string
}

type Diff

type Diff struct {
	Id      string
	Type    string
	Address string
	Change  Change
}

type DiffReport

type DiffReport struct {
	Diffs []Diff
	Logs  []paltypes.RequestTrace
}

type Error

type Error struct {
	Id      string
	Type    string
	Label   string
	Message string
}

type ErrorReport

type ErrorReport struct {
	Errors []Error
	Logs   []paltypes.RequestTrace
}

type PassReport

type PassReport struct {
	Resources []Resource
}

type Resource

type Resource struct {
	Type    string
	Address string
}

Jump to

Keyboard shortcuts

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