Documentation ¶
Index ¶
- type API
- type Server
- func (s *Server) GetBIOSSerialNumber(context context.Context, request *internal.GetBIOSSerialNumberRequest, ...) (*internal.GetBIOSSerialNumberResponse, error)
- func (s *Server) GetService(context context.Context, request *internal.GetServiceRequest, ...) (*internal.GetServiceResponse, error)
- func (s *Server) StartService(context context.Context, request *internal.StartServiceRequest, ...) (*internal.StartServiceResponse, error)
- func (s *Server) StopService(context context.Context, request *internal.StopServiceRequest, ...) (*internal.StopServiceResponse, error)
- func (s *Server) VersionedAPIs() []*srvtypes.VersionedAPI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) GetBIOSSerialNumber ¶
func (s *Server) GetBIOSSerialNumber(context context.Context, request *internal.GetBIOSSerialNumberRequest, version apiversion.Version) (*internal.GetBIOSSerialNumberResponse, error)
func (*Server) GetService ¶
func (s *Server) GetService(context context.Context, request *internal.GetServiceRequest, version apiversion.Version) (*internal.GetServiceResponse, error)
func (*Server) StartService ¶
func (s *Server) StartService(context context.Context, request *internal.StartServiceRequest, version apiversion.Version) (*internal.StartServiceResponse, error)
func (*Server) StopService ¶
func (s *Server) StopService(context context.Context, request *internal.StopServiceRequest, version apiversion.Version) (*internal.StopServiceResponse, error)
func (*Server) VersionedAPIs ¶
func (s *Server) VersionedAPIs() []*srvtypes.VersionedAPI
Click to show internal directories.
Click to hide internal directories.