1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

8 lines
107 B
Go
Raw Normal View History

2019-01-08 10:15:53 +01:00
package gobgp;
type Config struct {
Id string
Name string
Host string `ini:"api"`
}