mirror of
https://github.com/rancher/steve.git
synced 2025-09-01 23:47:50 +00:00
Show server side columns
This commit is contained in:
@@ -10,14 +10,14 @@ import (
|
||||
type APISchemas struct {
|
||||
InternalSchemas *schemas.Schemas
|
||||
Schemas map[string]*APISchema
|
||||
index map[string]*APISchema
|
||||
index map[string]*APISchema
|
||||
}
|
||||
|
||||
func EmptyAPISchemas() *APISchemas {
|
||||
return &APISchemas{
|
||||
InternalSchemas: schemas.EmptySchemas(),
|
||||
Schemas: map[string]*APISchema{},
|
||||
index:map[string]*APISchema{},
|
||||
index: map[string]*APISchema{},
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user