Documentation ¶
Index ¶
- type Config
- type Server
- func (s *Server) CheckDevice(ctx context.Context, req *apb.CheckRequest) (*apb.CheckResponse, error)
- func (s *Server) Close()
- func (s *Server) GetLogs(ctx context.Context, req *apb.GetLogsRequest) (*apb.GetLogsResponse, error)
- func (s *Server) Ingest(ctx context.Context, req *apb.Log) (*emptypb.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { *apb.UnimplementedAuditServer // contains filtered or unexported fields }
func (*Server) CheckDevice ¶
func (s *Server) CheckDevice(ctx context.Context, req *apb.CheckRequest) (*apb.CheckResponse, error)
func (*Server) GetLogs ¶
func (s *Server) GetLogs(ctx context.Context, req *apb.GetLogsRequest) (*apb.GetLogsResponse, error)
Click to show internal directories.
Click to hide internal directories.