config

package
v1.20.4 Latest Latest
Warning

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

Go to latest
Published: May 13, 2019 License: MIT Imports: 3 Imported by: 14

Documentation

Overview

Package config contains utilities for reading and parsing service configuration files.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SanitForYAML

type SanitForYAML map[string]interface{}

SanitForYAML a map to be embedded within a parent object for YAML marshalling.

type Sanitised

type Sanitised map[string]interface{}

Sanitised is a general map[string]interface{} type that tries to marshal into both YAML and JSON in a way that ensure the 'type' field is always first.

func (Sanitised) MarshalJSON

func (s Sanitised) MarshalJSON() ([]byte, error)

MarshalJSON return the config as a JSON blob with the 'type' field first.

func (Sanitised) MarshalYAML

func (s Sanitised) MarshalYAML() (interface{}, error)

MarshalYAML return the config as YAML with the 'type' field first.

Jump to

Keyboard shortcuts

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