Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationResult ¶
type NotificationResult struct { RefID refs.Identifiable `json:"ref_id"` Notification notifications.NotificationData `json:"notification"` }
type NotificationResults ¶
type NotificationResults []NotificationResult
type RecordingStatus ¶
type RecordingStatus int
type SampleData ¶
type SampleData struct { CL []clientupdates.Client `json:"client_data"` M []measures.Measure `json:"measurements"` }
type TestResults ¶
type TestResults struct { Problems []*rules.Problem `json:"problems"` Notifications NotificationResults `json:"notifications"` LogOutput string `json:"log_output"` Errs validations.ErrorList `json:"validation_errors,omitempty"` Err error `json:"error,omitempty"` }
Click to show internal directories.
Click to hide internal directories.