1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00
Emil Palm 8e5cafc43d gofmt :)
2019-05-10 11:17:55 +02:00

12 lines
223 B
Go

package gobgp
type Config struct {
Id string
Name string
Host string `ini:"host"`
Insecure bool `ini:"insecure"`
TLSCert string `ini:"tls_crt"`
TLSCommonName string `ini:"tls_common_name"`
}