config

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 20, 2022 License: MIT Imports: 3 Imported by: 0

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)

type Demo

type Demo struct {
	Name string
}

func (*Demo) Shutdown

func (c *Demo) Shutdown(ctx gallop.CloseContext)

Jump to

Keyboard shortcuts

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