mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-09 12:37:46 +00:00
18 lines
220 B
Markdown
18 lines
220 B
Markdown
# Setting
|
|
|
|
|
|
## Supported Types
|
|
|
|
### One
|
|
|
|
```go
|
|
setting := operations.CreateSettingOne(operations.One{/* values here */})
|
|
```
|
|
|
|
### Two
|
|
|
|
```go
|
|
setting := operations.CreateSettingTwo(operations.Two{/* values here */})
|
|
```
|
|
|