Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Applicable ¶
Applicable returns true if the LRO is using no headers, just provisioning state. This is only applicable to PATCH and PUT methods and assumes no polling headers.
Types ¶
type Poller ¶
type Poller[T any] struct { // The poller's type, used for resume token processing. Type string `json:"type"` // The URL for polling. PollURL string `json:"pollURL"` // The LRO's current state. CurState string `json:"state"` // contains filtered or unexported fields }
Poller is an LRO poller that uses the Body pattern.
Click to show internal directories.
Click to hide internal directories.