status

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Counts

type Counts struct {
	InProgress *int `json:"In progress,omitempty"`
	Success    *int `json:"Success"`
}

type Summary

type Summary struct {
	Action              string  `json:"action"`
	Name                string  `json:"name"`
	DetailsURL          string  `json:"detailsURL"`
	StartTime           string  `json:"startTime"`
	EndTime             string  `json:"endTime"`
	UserSessionUsername string  `json:"userSessionUserName"`
	UserSessionIP       string  `json:"userSessionIP"`
	TenantName          string  `json:"tenantName"`
	Total               int     `json:"total"`
	Status              string  `json:"status"`
	Counts              *Counts `json:"count,omitempty"`
}

func (*Summary) Finished

func (s *Summary) Finished() bool

func (*Summary) Successful

func (s *Summary) Successful() bool

type WaitOptions

type WaitOptions struct {
	Duration    time.Duration
	OperationID string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL