Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameters ¶
type Parameters struct { deadlock.RWMutex // contains filtered or unexported fields }
func New ¶
func New() *Parameters
func (*Parameters) Get ¶
func (p *Parameters) Get(key string) (value interface{}, ok bool)
func (*Parameters) NewChild ¶
func (p *Parameters) NewChild() *Parameters
func (*Parameters) Set ¶
func (p *Parameters) Set(key string, value interface{}) error
func (*Parameters) SetParent ¶
func (p *Parameters) SetParent(parent *Parameters)
Click to show internal directories.
Click to hide internal directories.