Documentation ¶
Index ¶
- type Handler
- func (h Handler) NewError(ctx context.Context, err error) *oas.ErrorStatusCode
- func (h Handler) Poll(ctx context.Context, params oas.PollParams) (oas.Job, error)
- func (h Handler) Progress(ctx context.Context, req *oas.Progress, params oas.ProgressParams) (*oas.Status, error)
- func (h Handler) Run(ctx context.Context) error
- func (h Handler) Status(ctx context.Context) (*oas.Status, error)
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.