Documentation ¶
Index ¶
- type Server
- func (s *Server) CloseMonitoringIssue(ctx context.Context, cliID *avcli.ID) (*empty.Empty, error)
- func (s *Server) CopyRoom(ctx context.Context, req *avcli.CopyRoomRequest) (*empty.Empty, error)
- func (s *Server) FixTime(id *avcli.ID, stream avcli.AvCli_FixTimeServer) error
- func (s *Server) Float(id *avcli.ID, stream avcli.AvCli_FloatServer) error
- func (s *Server) Pis(ctx context.Context, cliID *avcli.ID) ([]avcli.Pi, error)
- func (s *Server) RemoveDeviceFromMonitoring(ctx context.Context, cliID *avcli.ID) (*empty.Empty, error)
- func (s *Server) Screenshot(ctx context.Context, cliID *avcli.ID) (*avcli.ScreenshotResult, error)
- func (s *Server) SetLogLevel(ctx context.Context, logReq *avcli.SetLogLevelRequest) (*empty.Empty, error)
- func (s *Server) Sink(id *avcli.ID, stream avcli.AvCli_SinkServer) error
- func (s *Server) Swab(id *avcli.ID, stream avcli.AvCli_SwabServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Log *zap.Logger Data avcli.DataService PiPassword string MonitoringBaseURL string MonitoringSecret string MonitoringRedisAddr string MonitoringELKBaseURL string Client *wso2.Client }
func (*Server) CloseMonitoringIssue ¶
func (*Server) RemoveDeviceFromMonitoring ¶
func (*Server) Screenshot ¶
func (*Server) SetLogLevel ¶
Click to show internal directories.
Click to hide internal directories.