feat: add notifications for renew certs #192

This commit is contained in:
0xJacky 2023-12-05 14:35:58 +08:00
parent ddb6cee153
commit 994b9087ae
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
45 changed files with 1971 additions and 594 deletions

View file

@ -17,7 +17,7 @@ func main() {
// specify the output directory (default: "./query")
// ### if you want to query without context constrain, set mode gen.WithoutContext ###
g := gen.NewGenerator(gen.Config{
OutPath: "../../server/query",
OutPath: "../../query",
Mode: gen.WithoutContext | gen.WithDefaultQuery,
//if you want the nullable field generation property to be pointer type, set FieldNullable true
FieldNullable: true,