Documentation ¶
Overview ¶
Helper functions to process aurora.Response
Index ¶
- func CombineMessage(resp *aurora.Response) string
- func JobUpdateDetails(resp *aurora.Response) []*aurora.JobUpdateDetails
- func JobUpdateKey(resp *aurora.Response) *aurora.JobUpdateKey
- func JobUpdateSummaries(resp *aurora.Response) []*aurora.JobUpdateSummary
- func ResponseCodeCheck(resp *aurora.Response) (*aurora.Response, error)deprecated
- func ScheduleStatusResult(resp *aurora.Response) *aurora.ScheduleStatusResult_
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CombineMessage ¶ added in v1.0.5
Based on aurora client: src/main/python/apache/aurora/client/base.py
func JobUpdateDetails ¶
func JobUpdateDetails(resp *aurora.Response) []*aurora.JobUpdateDetails
func JobUpdateKey ¶
func JobUpdateKey(resp *aurora.Response) *aurora.JobUpdateKey
Get key from a response created by a StartJobUpdate call
func JobUpdateSummaries ¶ added in v1.1.0
func JobUpdateSummaries(resp *aurora.Response) []*aurora.JobUpdateSummary
func ScheduleStatusResult ¶
func ScheduleStatusResult(resp *aurora.Response) *aurora.ScheduleStatusResult_
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.