libDictionary

package
v0.28.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package libDictionary provides dictionary/lookup utilities for requestCore.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DictionaryInterface

type DictionaryInterface interface {
	GetDictionaryValue(name string) string
}

DictionaryInterface defines the interface for retrieving dictionary values by name.

type DictionaryModel

type DictionaryModel struct {
	MessageDesc map[string]string
}

DictionaryModel holds a map of message descriptions for dictionary lookups.

func (DictionaryModel) GetDictionaryValue

func (m DictionaryModel) GetDictionaryValue(name string) string

GetDictionaryValue returns the description for the given name from the dictionary.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL