SimpleFileServer/configuration/Scheme.go

8 lines
142 B
Go
Raw Normal View History

2018-09-13 13:30:32 +00:00
package configuration
// The data container for the configuration.
type Container struct {
BindHostAndPort string
RootDirectory string
}