Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncOpt ¶
func PollInterval ¶
type Response ¶
type Response interface {
es_response.Response
// True when the async job completed.
IsCompleted() bool
// Completed body. Returns nil if the operation is not yet completed.
Complete() es_json.Json
}
func NewCompleted ¶
func NewCompleted(res es_response.Response, complete es_json.Json) Response
func NewIncomplete ¶
func NewIncomplete(res es_response.Response) Response
Click to show internal directories.
Click to hide internal directories.