mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
console: use common/schema for dimensions
This is a bit less type-safe. We could keep type safety by redefining all the consts in `query_consts.go` in `common/schema`, but this is pointless as the goal is to have arbitrary dimensions at some point.
This commit is contained in:
@@ -36,4 +36,7 @@ type Column struct {
|
||||
GenerateFrom string
|
||||
TransformFrom []Column
|
||||
TransformTo string
|
||||
|
||||
// For the console.
|
||||
NotSelectable bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user