# Packages
No description provided by the author
# Functions
Create creates a new orders.
Delete deletes a orders.
ExtractOrders returns a slice of Orders contained in a single page of results.
Get retrieves details of a orders.
List retrieves a list of orders.
# Structs
CreateOpts provides options used to create a orders.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
GetResult is the response from a Get operation.
ListOpts provides options to filter the List results.
No description provided by the author
MetaOpts represents options used for creating an order.
Order represents an order in the key manager service.
OrderPage is a single page of orders results.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
# Type aliases
OrderType represents the valid types of orders.