listformat

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatDescriptionList added in v0.7.0

func FormatDescriptionList(def string, elems ...string) string

func FormatList

func FormatList(def string, elems ...string) string

func FormatListElements

func FormatListElements(def string, elems ListElements) string

func FormatMapElements

func FormatMapElements[K ~string, E any](def string, m map[K]E, desc ...func(E) string) string

func StringDescription

func StringDescription[E any](e E) string

Types

type DescriptionSource added in v0.4.1

type DescriptionSource interface {
	GetDescription() string
}

type DirectDescriptionSource added in v0.4.1

type DirectDescriptionSource interface {
	Description() string
}

type ListElements

type ListElements interface {
	Size() int
	Key(i int) string
	Description(i int) string
}

type StringElementDescriptionList

type StringElementDescriptionList []string

func (StringElementDescriptionList) Description

func (l StringElementDescriptionList) Description(i int) string

func (StringElementDescriptionList) Key

func (StringElementDescriptionList) Size

type StringElementList

type StringElementList []string

func (StringElementList) Description

func (l StringElementList) Description(i int) string

func (StringElementList) Key

func (l StringElementList) Key(i int) string

func (StringElementList) Size

func (l StringElementList) Size() int

Jump to

Keyboard shortcuts

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