Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThreadSafeKoanf ¶
ThreadSafeKoanf is a thread-safe wrapper around Koanf.
func New ¶
func New() *ThreadSafeKoanf
func (*ThreadSafeKoanf) Read ¶
func (t *ThreadSafeKoanf) Read(cb func(k *koanf.Koanf))
Read provides thread-safe read access to the Koanf instance.
func (*ThreadSafeKoanf) Write ¶
func (t *ThreadSafeKoanf) Write(cb func(k *koanf.Koanf))
Write provides thread-safe write access to the Koanf instance.
Click to show internal directories.
Click to hide internal directories.