# Functions
NewDeviceClient constructs a client for the SpaceX.API.Device.Device service.
NewDeviceHandler builds an HTTP handler from the service implementation.
NewMeshClient constructs a client for the SpaceX.API.Device.Mesh service.
NewMeshHandler builds an HTTP handler from the service implementation.
# Constants
DeviceHandleProcedure is the fully-qualified name of the Device's Handle RPC.
DeviceName is the fully-qualified name of the Device service.
DeviceStreamProcedure is the fully-qualified name of the Device's Stream RPC.
MeshMeshStreamProcedure is the fully-qualified name of the Mesh's MeshStream RPC.
MeshName is the fully-qualified name of the Mesh service.
# Structs
UnimplementedDeviceHandler returns CodeUnimplemented from all methods.
UnimplementedMeshHandler returns CodeUnimplemented from all methods.
# Interfaces
DeviceClient is a client for the SpaceX.API.Device.Device service.
DeviceHandler is an implementation of the SpaceX.API.Device.Device service.
MeshClient is a client for the SpaceX.API.Device.Mesh service.
MeshHandler is an implementation of the SpaceX.API.Device.Mesh service.