This is a implementation of dim, which is built in python. But this time in go.
Go to file
Gibheer 849ce2d791 make dim.conf the default config name
Toml as a file ending for a config file format feels weird, so make it
use a better name.
2021-05-03 19:58:44 +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.conf.example make dim.conf the default config name 2021-05-03 19:58:44 +02:00
go.mod add go.mod 2021-04-22 10:07:16 +02:00
go.sum add dependency file 2021-05-03 19:44:28 +02:00
main.go make dim.conf the default config name 2021-05-03 19:58:44 +02:00
server.go define result as interface{} 2021-05-03 19:43:25 +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