Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Callback ¶ added in v0.4.0
type Callback struct {
// contains filtered or unexported fields
}
Callback is for sls callback
type Handler ¶
type Handler struct { LogStoreName string ProjectName string ProducerConfig *producer.ProducerConfig }
Handler is sls config.
func NewSLSHandler ¶ added in v0.4.0
NewSLSHandler create a new sls handler
func (*Handler) Store ¶
func (s *Handler) Store(ctx monitorContext.Context, run *v1alpha1.WorkflowRun) error
Store is store workflowRun to sls
Click to show internal directories.
Click to hide internal directories.