config

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Data    map[string]map[string]interface{} `yaml:"data,omitempty"`
	Include map[string]string
	//Include Include `yaml:"include,omitempty"`
	Templates Templates `yaml:"templates,omitempty"`
}

type Templates

type Templates struct {
	Includes []string `yaml:"includes,omitempty"`
	Excludes []string `yaml:"excludes,omitempty"`
	Suffix   string   `default:".tmpl" yaml:"suffix,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL