babillard/pkg/babillard/config.go

6 lines
89 B
Go

package babillard
type Config struct {
ServerContenuDir string
ServerPort int
}