reflect

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package reflect contains an implementation of a parser for a reflected go structure.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReflectParser

type ReflectParser interface {
	parser.Interface
	//Init initialises the parser with a value of reflected go structure.
	Init(value reflect.Value) ReflectParser
}

ReflectParser is a parser for a reflected go structure.

func NewReflectParser

func NewReflectParser() ReflectParser

NewReflectParser returns a new reflect parser.

Jump to

Keyboard shortcuts

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