6 lines
70 B
Go
6 lines
70 B
Go
|
package config
|
||
|
|
||
|
type Config struct {
|
||
|
TLSDir string `toml:"tlsdir"`
|
||
|
}
|