Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct {
Name string `value:"name"`
A int `value:"a"`
B *struct {
C string `value:"c"`
} `value:"b"`
}
func NewConfiguration ¶
func NewConfiguration() *Configuration
func (*Configuration) NewDemo ¶
func (c *Configuration) NewDemo() *Demo
func (*Configuration) NewDemo1 ¶
func (c *Configuration) NewDemo1() (string, *Demo)
Click to show internal directories.
Click to hide internal directories.