dynamic

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2023 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileReader

type FileReader struct {
	File string
}

func (FileReader) Read

func (r FileReader) Read() (map[string]schema.Schema, error)

type Reader

type Reader interface {
	Read() (map[string]schema.Schema, error)
}

type StringReader

type StringReader struct {
	Data string
}

func (StringReader) Read

func (r StringReader) Read() (map[string]schema.Schema, error)

Jump to

Keyboard shortcuts

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