element/config/config.go

8 lines
118 B
Go
Raw Normal View History

package config
// Config is the top level configuration
type Config struct {
ListenAddr string
SocketPath string
}