Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogServer ¶
type LogServer struct { pb3.UnimplementedLogsServer IsLogPluginEnabled bool // contains filtered or unexported fields }
LogServer is the server for the log plugin server
func NewLogServer ¶
func NewLogServer(config *config.Config, logger *zap.SugaredLogger, auth auth.Checker, db *gorm.DB) (*LogServer, error)
NewLogServer returns a plugin log server
func (*LogServer) GetLog ¶
func (s *LogServer) GetLog(req *pb3.GetLogRequest, srv pb3.Logs_GetLogServer) error
GetLog streams log record by log request
Click to show internal directories.
Click to hide internal directories.