mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
chore: fix struct names (#4766)
Signed-off-by: hidewrong <hidewrong@outlook.com>
This commit is contained in:
@@ -177,7 +177,7 @@ func NewOptionalBoolPtr(v *bool) OptionalBool {
|
||||
return OptionalBool{*v, false, true}
|
||||
}
|
||||
|
||||
// OptionalBool represents an optional float64 argument that may be null. See OptionalString.
|
||||
// OptionalFloat64 represents an optional float64 argument that may be null. See OptionalString.
|
||||
type OptionalFloat64 struct {
|
||||
Value float64
|
||||
Null bool
|
||||
|
||||
Reference in New Issue
Block a user