Crate inspect_proto

Source
Expand description

A generic protobuf service for inspect.

Modules§

error
Nested message and enum types in Error.
node
Nested message and enum types in Node.
sensitivity_level
Nested message and enum types in SensitivityLevel.
value_kind
Nested message and enum types in ValueKind.

Structs§

Entry
A directory entry.
Error
A node resolution error.
InspectRequest
InspectResponse
InspectResponse2
Equivalent to InspectResponse, but using [inspect::Node]. These have equivalent encodings.
Node
A node of an inspect result.
SensitivityLevel
The sensitivity level for an inspection node or request. Requests will only return nodes at or below their sensitivity level. For example, a request set to SensitivityLevel::Safe will not return nodes with SensitivityLevel::Sensitive or SensitivityLevel::Unknown.
UpdateRequest
UpdateResponse
UpdateResponse2
Equivalent to InspectResponse, but using [inspect::Value]. These have equivalent encodings.
Value
A child inspection value. This is not constructed directly but exists to provide From implementations from the allowed value types.
ValueFlags
Flags specifying additional metadata on values.
ValueKind
The different kinds of values that can be emitted.

Enums§

InspectService