extractor

package
v0.1.773-DAT-3209-sema... Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2021 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseYaml

func ParseYaml(content string) (*[]Configuration, error)

func ReadFileContent

func ReadFileContent(filepath string) (string, error)

Types

type Configuration

type Configuration map[string]interface{}

type FileConfigurations

type FileConfigurations struct {
	FileName       string          `json:"fileName"`
	Configurations []Configuration `json:"configurations"`
}

type FileReader

type FileReader interface {
	ReadFileContent(filepath string) (string, error)
}

Jump to

Keyboard shortcuts

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