batman
This commit is contained in:
commit
682f25edcd
19 changed files with 1907 additions and 0 deletions
12
db/models.go
Normal file
12
db/models.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
// Code generated by sqlc. DO NOT EDIT.
|
||||
// versions:
|
||||
// sqlc v1.29.0
|
||||
|
||||
package db
|
||||
|
||||
type Config struct {
|
||||
ApiToken string `json:"api_token"`
|
||||
ZoneID string `json:"zone_id"`
|
||||
Domain string `json:"domain"`
|
||||
UpdatePeriod string `json:"update_period"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue