package
Version:
v1.2.3
Opens a new window with list of versions in this module.
Published: Apr 29, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DefaultPort = 8080
DefaultPath = ".marv"
DefaultMerge = false
)
type Config struct {
Marv Marv `yaml:"marv"`
}
Init returns the default .marv.yml config for creating the default .marv.yml file.
type Marv struct {
Port int `yaml:"port"`
Output Output `yaml:"output"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.