dim/types
Gibheer b8f2414675 add a FieldList type
This type represents a list of fields someone might want to have
returned.
This can be used together with the query library to build select
statements that return the exact data the user might need or want.

This way we may be able to avoid selecting data one might not need at
the end and therefore provide better performance.
2021-04-28 21:08:24 +02:00
..
doc.go add documentation for types package 2021-04-22 08:42:33 +02:00
fields.go add a FieldList type 2021-04-28 21:08:24 +02:00
zone.go add String() method to zone 2021-04-28 21:06:38 +02:00