list

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: May 31, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

type Item struct {
	Name    string
	Value   string
	Example string
}

Item リストアイテム

type List

type List []Item

List リスト

func (*List) GetListItemsString

func (l *List) GetListItemsString() string

GetListItemsString リスト内の全てのアイテム名を文字列で取得

func (*List) GetValue

func (l *List) GetValue(name string) (string, error)

GetValue 名前から値を取得

func (*List) SelectList

func (l *List) SelectList(label string) string

SelectList リスト内から1つ選択

Jump to

Keyboard shortcuts

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