mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-06 03:16:59 -06:00
major scoring implementation, major frontend work
This commit is contained in:
@@ -6,6 +6,8 @@ import (
|
||||
)
|
||||
|
||||
type AdvancedSearch struct {
|
||||
Limit int `json:"limit,omitempty"`
|
||||
AllocatedStorage float64 `json:"allocated_storage,omitempty"`
|
||||
Verified *bool `json:"verified,omitempty"`
|
||||
ComputeCap *ComparableInteger `json:"compute_cap,omitempty"`
|
||||
DiskSpace *ComparableInteger `json:"disk_space,omitempty"`
|
||||
@@ -50,6 +52,7 @@ type AdvancedSearch struct {
|
||||
func NewSearch() *AdvancedSearch {
|
||||
return &AdvancedSearch{
|
||||
Rented: Pointer(false),
|
||||
Limit: 500,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user