# Packages
No description provided by the author
# Functions
Create accepts a CreateOpts struct and creates a new run using the values provided.
ExtractRuns accepts a Page struct, specifically a RunPage struct, and extracts the elements into a slice of Run structs.
No description provided by the author
Get retrieves a specific run based on its unique ID.
List returns a Pager which allows you to iterate over a collection of runs.
# Structs
CreateOpts represents the attributes used when creating a new run.
CreateResult represents the result of a create operation.
GetResult represents the result of a get operation.
ListOpts allows the listing of paginated collections through the API.
Owner represents a Lyra Run Owner.
Run represents a Lyra Run.
RunPage is the page returned by a pager when traversing over a collection of runs.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.