Documentation ¶
Index ¶
Constants ¶
View Source
const (
KeyDelimiter = otelconfmap.KeyDelimiter
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteLoader ¶ added in v1.300048.1
type ByteLoader struct {
// contains filtered or unexported fields
}
func NewByteLoader ¶ added in v1.300048.1
func NewByteLoader(id string, content []byte) *ByteLoader
func (*ByteLoader) Load ¶ added in v1.300048.1
func (b *ByteLoader) Load() (*Conf, error)
type Conf ¶
type Conf struct {
// contains filtered or unexported fields
}
func NewFromStringMap ¶
func (*Conf) ToStringMap ¶
type FileLoader ¶ added in v1.300048.1
type FileLoader struct {
// contains filtered or unexported fields
}
func NewFileLoader ¶ added in v1.300048.1
func NewFileLoader(path string) *FileLoader
func (*FileLoader) Load ¶ added in v1.300048.1
func (f *FileLoader) Load() (*Conf, error)
type MergeConflictError ¶
type MergeConflictError struct {
// contains filtered or unexported fields
}
func (*MergeConflictError) Error ¶
func (e *MergeConflictError) Error() string
Click to show internal directories.
Click to hide internal directories.