Versions in this module Expand all Collapse all v0 v0.0.1 May 20, 2022 Changes in this version + func Populate(values ...interface{}) error + type Graph struct + Logger Logger + func (g *Graph) Objects() []*Object + func (g *Graph) Populate() error + func (g *Graph) Provide(objects ...*Object) error + type Logger interface + Debugf func(format string, v ...interface{}) + type Object struct + Complete bool + Fields map[string]*Object + Name string + Value interface{} + func (o *Object) String() string