tests

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by Configen. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ValueA struct {
		ValueB string `config:"value_b"`
		ValueC struct {
			ValueD struct {
				ValueE string `config:"value_e"`
				ValueF string `config:"value_f"`
			} `config:"value_d"`
		} `config:"value_c"`
	} `config:"value_a"`
}

func LoadConfig

func LoadConfig(v *viper.Viper) (Config, error)

Jump to

Keyboard shortcuts

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