Crate northstar_client

Crate northstar_client 

Source

Modules§

error
Client errors
model
API model

Structs§

Client
Client for a Northstar runtime instance.
Name
Name of a container. A Container name cannot be empty and cannot contain a null bytes because it is used to generated file names etc.. There’s a set of valid characters allowed in container names: ‘0’..=‘9’ | ‘A’..=‘Z’ | ‘a’..=‘z’ | ‘.’ | ‘_’ | ‘-’. The maximum length allowed for a container name is 1024 characters.

Constants§

VERSION
API version

Functions§

connect
Connect and return a raw stream and sink interface. See codec for details

Type Aliases§

Connection
Northstar console connection