mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 05:37:05 +02:00
Support integer config values
This commit is contained in:
parent
8c459f4d2f
commit
97e93553a1
3 changed files with 37 additions and 0 deletions
|
@ -21,6 +21,7 @@ const (
|
|||
Bool OptionType = "bool"
|
||||
Secret OptionType = "secret"
|
||||
String OptionType = "string"
|
||||
Int OptionType = "int"
|
||||
)
|
||||
|
||||
type BackendOption struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue