Skip to main content

Crate triton_preconfs_proto

Crate triton_preconfs_proto 

Source
Expand description

Triton Preconfs API: the messages and gRPC clients generated from proto/preconfs.proto (services preconfs.Harmonic and preconfs.BAM).

Most programs want triton-preconfs-client, which wraps these types with connection handling, typed events and filter validation. This crate is for tooling that needs the raw schema or the generated clients.

Re-exports§

pub use prost;
pub use tonic;

Modules§

preconfs
The generated messages and gRPC clients.

Structs§

UnknownExecutionResult
A name that is not an preconfs::ExecutionResult.

Constants§

PROTO_SOURCE
The schema this crate was built from, for tooling in other languages.