file

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: May 5, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package file implements decoding between configuration in a file and a typed Configuration.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(filePath string, element interface{}) error

Decode decodes the given configuration file into the given element. The operation goes through three stages roughly summarized as: file contents -> tree of untyped nodes untyped nodes -> nodes augmented with metadata such as kind (inferred from element) "typed" nodes -> typed element.

func DecodeContent

func DecodeContent(content, extension string, element interface{}) error

DecodeContent decodes the given configuration file content into the given element. The operation goes through three stages roughly summarized as: file contents -> tree of untyped nodes untyped nodes -> nodes augmented with metadata such as kind (inferred from element) "typed" nodes -> typed element.

Types

This section is empty.

Jump to

Keyboard shortcuts

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