Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(func(cfg *config.Config, logger *logging.Logger) *Service { return NewService(cfg.StackLocation, logger) }), fx.Provide(NewHandler), )
Functions ¶
This section is empty.
Types ¶
type LogRequest ¶
type LogsResponse ¶
type LogsResponse struct {
Logs []LogEntry `json:"logs"`
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) GetContainerLogs ¶
func (*Service) GetStackLogs ¶
Click to show internal directories.
Click to hide internal directories.