The highest tagged major version is
v3.
package
Version:
v1.26.7
Opens a new window with list of versions in this module.
Published: Sep 9, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Bind string `flag:"bind-addr,required"`
Name string
MaxPrice int `env:"MAX_PRICE,required"`
DB DB `env:"DB2"`
URLs []int
}
type DB struct {
Conn string `descr:"database connection"`
Foo Foo
}
type Foo struct {
Name string `descr:"database connection foo name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.