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.
Only type definition
only := components.CreateOnlyProviderName(components.ProviderName{/* values here */})
only := components.CreateOnlyStr(string{/* values here */})
Type
switch only.Type { case components.OnlyTypeProviderName: // only.ProviderName is populated case components.OnlyTypeStr: // only.Str is populated }