Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(r *gin.RouterGroup, s *Service)
Register mounts our HTTP handler on the mux.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service defines a handler service for events.
func NewService ¶
func NewService( conf *config.ChaosDashboardConfig, archive core.ExperimentStore, event core.EventStore, ) *Service
NewService return an event service instance.
Click to show internal directories.
Click to hide internal directories.