lib_gc_configurable_from_json

package
v0.0.0-...-e28984d Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configurable

type Configurable struct{}

/ It makes an component configurable

func (*Configurable) GetRecord

func (configurable *Configurable) GetRecord() interface{}

func (*Configurable) LoadConfigurationFromFile

func (configurable *Configurable) LoadConfigurationFromFile(filePath string, record interface{}) (interface{}, error)

Do Resolver MakeConfigurable interface implementation

type MakeConfigurable

type MakeConfigurable interface {
	LoadConfigurationFromFile(filePath string, record interface{}) (interface{}, error)
	GetRecord() interface{}
}

Jump to

Keyboard shortcuts

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