Update readme and code comments

This commit is contained in:
Khanh Ngo 2022-12-13 22:43:43 +01:00
parent 4b0a0d9061
commit d2defb6ab6
No known key found for this signature in database
GPG key ID: A5AE8DA0242B0C4C
6 changed files with 83 additions and 99 deletions

View file

@ -1,6 +1,6 @@
package model
// Defaults for creation of new clients used in the templates
// ClientDefaults Defaults for creation of new clients used in the templates
type ClientDefaults struct {
AllowedIps []string
ExtraAllowedIps []string