Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventLogEntryReport ¶
type EventLogEntryReport struct { StartTime int `json:"startTime,omitempty"` EndTime int `json:"endTime,omitempty"` Page int `json:"page,omitempty"` PageSize string `json:"pageSize,omitempty"` Category string `json:"category,omitempty"` Subcategories []string `json:"subcategories,omitempty"` ActionResult string `json:"actionResult,omitempty"` Message string `json:"message,omitempty"` ErrorCode string `json:"errorCode,omitempty"` StatusCode string `json:"statusCode,omitempty"` }
type EventLogEntryReportTaskInfo ¶
type EventLogEntryReportTaskInfo struct { Status string `json:"status,omitempty"` ProgressItemsComplete int `json:"progressItemsComplete,omitempty"` ProgressEndTime int `json:"progressEndTime,omitempty"` ErrorMessage string `json:"errorMessage,omitempty"` ErrorCode string `json:"errorCode,omitempty"` }
type Service ¶
func (*Service) Create ¶
func (service *Service) Create(eventLog *EventLogEntryReport) (*EventLogEntryReport, error)
func (*Service) GetAll ¶
func (service *Service) GetAll() ([]EventLogEntryReportTaskInfo, error)
Click to show internal directories.
Click to hide internal directories.