Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Order type definition
order := components.CreateOrderProviderName(components.ProviderName{/* values here */})
order := components.CreateOrderStr(string{/* values here */})
Type
switch order.Type { case components.OrderTypeProviderName: // order.ProviderName is populated case components.OrderTypeStr: // order.Str is populated }