Documentation ¶
Overview ¶
Package diags implements the diagnostic gRPC service for the configuration subsystem.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { }
Server implements the gRPC service for diagnostic facilities.
func (Server) GetOpState ¶
func (s Server) GetOpState(r *diags.OpStateRequest, stream diags.OpStateDiags_GetOpStateServer) error
GetOpState provides a stream of Operational and State data
func (Server) ListDeviceChanges ¶
func (s Server) ListDeviceChanges(r *diags.ListDeviceChangeRequest, stream diags.ChangeService_ListDeviceChangesServer) error
ListDeviceChanges provides a stream of Device Changes
func (Server) ListNetworkChanges ¶
func (s Server) ListNetworkChanges(r *diags.ListNetworkChangeRequest, stream diags.ChangeService_ListNetworkChangesServer) error
ListNetworkChanges provides a stream of Network Changes If the optional `subscribe` flag is true, then get then return the list of changes first, and then hold the connection open and send on further updates until the client hangs up
Click to show internal directories.
Click to hide internal directories.