mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-07 04:20:14 +00:00
21 lines
263 B
Markdown
21 lines
263 B
Markdown
# Stop
|
|
|
|
Up to 4 sequences where the API will stop generating further tokens.
|
|
|
|
|
|
|
|
## Supported Types
|
|
|
|
###
|
|
|
|
```go
|
|
stop := components.CreateStopStr(string{/* values here */})
|
|
```
|
|
|
|
###
|
|
|
|
```go
|
|
stop := components.CreateStopArrayOfStr([]string{/* values here */})
|
|
```
|
|
|