Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type Approval
- type BaseClient
- type Decision
- type ErrorAdditionalInfo
- type ErrorAdditionalInfoInfo
- type ErrorBody
- type ErrorResponse
- type LockboxRequestResponse
- type LockboxRequestResponseProperties
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type RequestListResult
- type RequestListResultIterator
- type RequestListResultPage
- type RequestsClient
- type Status
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New() BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string) BaseClient
type Decision ¶
func PossibleDecisionValues ¶
func PossibleDecisionValues() []Decision
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorAdditionalInfoInfo ¶
type ErrorAdditionalInfoInfo = original.ErrorAdditionalInfoInfo
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type LockboxRequestResponse ¶
type LockboxRequestResponse = original.LockboxRequestResponse
type LockboxRequestResponseProperties ¶
type LockboxRequestResponseProperties = original.LockboxRequestResponseProperties
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage ¶
func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient() OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string) OperationsClient
type RequestListResult ¶
type RequestListResult = original.RequestListResult
type RequestListResultIterator ¶
type RequestListResultIterator = original.RequestListResultIterator
func NewRequestListResultIterator ¶
func NewRequestListResultIterator(page RequestListResultPage) RequestListResultIterator
type RequestListResultPage ¶
type RequestListResultPage = original.RequestListResultPage
func NewRequestListResultPage ¶
func NewRequestListResultPage(cur RequestListResult, getNextPage func(context.Context, RequestListResult) (RequestListResult, error)) RequestListResultPage
type RequestsClient ¶
type RequestsClient = original.RequestsClient
func NewRequestsClient ¶
func NewRequestsClient() RequestsClient
func NewRequestsClientWithBaseURI ¶
func NewRequestsClientWithBaseURI(baseURI string) RequestsClient
type Status ¶
const ( Approved Status = original.Approved Approving Status = original.Approving Completed Status = original.Completed Completing Status = original.Completing Denied Status = original.Denied Denying Status = original.Denying Error Status = original.Error Expired Status = original.Expired Initializing Status = original.Initializing Pending Status = original.Pending Revoked Status = original.Revoked Revoking Status = original.Revoking Unknown Status = original.Unknown )
func PossibleStatusValues ¶
func PossibleStatusValues() []Status
Click to show internal directories.
Click to hide internal directories.