Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Properties ¶
type Properties struct {
// contains filtered or unexported fields
}
func New ¶
func New() *Properties
func (*Properties) Put ¶
func (p *Properties) Put(k string, v string)
func (*Properties) PutIfAbsent ¶
func (p *Properties) PutIfAbsent(k string, v string)
func (*Properties) PutMap ¶
func (p *Properties) PutMap(m map[string]string)
func (*Properties) Resolve ¶
func (p *Properties) Resolve(input string) string
Click to show internal directories.
Click to hide internal directories.