Documentation
¶
Index ¶
- type CheckServer
- func (c *CheckServer) CheckHypervisor(ctx context.Context, req *checkv1.CheckHypervisorRequest) (*checkv1.CheckHypervisorResponse, error)
- func (c *CheckServer) CheckIsardVDI(ctx context.Context, req *checkv1.CheckIsardVDIRequest) (*checkv1.CheckIsardVDIResponse, error)
- func (c *CheckServer) Serve(ctx context.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckServer ¶
type CheckServer struct { checkv1.UnimplementedCheckServiceServer // contains filtered or unexported fields }
func NewCheckServer ¶
func (*CheckServer) CheckHypervisor ¶
func (c *CheckServer) CheckHypervisor(ctx context.Context, req *checkv1.CheckHypervisorRequest) (*checkv1.CheckHypervisorResponse, error)
func (*CheckServer) CheckIsardVDI ¶
func (c *CheckServer) CheckIsardVDI(ctx context.Context, req *checkv1.CheckIsardVDIRequest) (*checkv1.CheckIsardVDIResponse, error)
func (*CheckServer) Serve ¶
func (c *CheckServer) Serve(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.