feat: reimplement geometry module with database schema, repository, service layer, and API documentation
All checks were successful
Build and Release / release (push) Successful in 1m36s
All checks were successful
Build and Release / release (push) Successful in 1m36s
This commit is contained in:
@@ -9,6 +9,7 @@ type SearchGeometryDto struct {
|
||||
TimeRange *int32 `json:"time_range" query:"time_range" validate:"omitempty,number"`
|
||||
EntityID *string `json:"entity_id" query:"entity_id" validate:"omitempty,uuid"`
|
||||
ProjectID *string `json:"project_id" query:"project_id" validate:"omitempty,uuid"`
|
||||
HasBound *bool `json:"has_bound" query:"has_bound" validate:"omitempty"`
|
||||
}
|
||||
|
||||
type SearchGeometriesByEntityNameDto struct {
|
||||
|
||||
Reference in New Issue
Block a user