Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogsLocationHandler ¶
type LogsLocationHandler struct {
// contains filtered or unexported fields
}
LogsLocationHandler is handler for query request that asks for the location of deployment/deploymentRun logs
func NewLogsLocationHandler ¶
func NewLogsLocationHandler(baseURLStr string, jwtKey []byte, wfStorage ports.DeploymentWorkflowStorage, tfRunStorage ports.TFRunStorage, metadataSvc ports.DeploymentMetadataService) (LogsLocationHandler, error)
NewLogsLocationHandler ...
func (LogsLocationHandler) ListLogsLocation ¶
func (h LogsLocationHandler) ListLogsLocation(request service.DeploymentLogsLocationQuery) service.DeploymentLogsLocationReply
ListLogsLocation ...
Click to show internal directories.
Click to hide internal directories.