This is a implementation of dim, which is built in python. But this time in go.
Go to file
Gibheer 9e6a6fbe28 define a base table for attributes
When extra fields are fetched from the attributes column it must be
specified from which table that should be. If not done and another table
also has an attribute column, it will end in an error.
2021-05-03 19:41:28 +02:00
query define a base table for attributes 2021-05-03 19:41:28 +02:00
schema fix some schema issues 2021-05-03 19:41:06 +02:00
types add a FieldList type 2021-04-28 21:08:24 +02:00
.gitignore ignore generated binary 2021-04-21 21:58:14 +02:00
dim.toml.example initial release 2021-04-21 21:40:55 +02:00
go.mod add go.mod 2021-04-22 10:07:16 +02:00
main.go initial release 2021-04-21 21:40:55 +02:00
server.go add functions to parse incoming request parameters 2021-04-22 08:33:32 +02:00
zone_create.go provide initial versions of zone endpoints 2021-04-28 21:09:38 +02:00
zone_list.go convert query result to dim result 2021-05-03 19:39:41 +02:00