Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
Log *slog.Logger
EC *entityserver.Client
LogReader *observability.LogReader
}
func NewServer ¶
func NewServer(log *slog.Logger, ec *entityserver.Client, lr *observability.LogReader) *Server
func (*Server) AppLogs ¶
func (s *Server) AppLogs(ctx context.Context, state *app_v1alpha.LogsAppLogs) error
func (*Server) SandboxLogs ¶
func (s *Server) SandboxLogs(ctx context.Context, state *app_v1alpha.LogsSandboxLogs) error
func (*Server) StreamLogs ¶
func (s *Server) StreamLogs(ctx context.Context, state *app_v1alpha.LogsStreamLogs) error
Click to show internal directories.
Click to hide internal directories.