Added arn to the main repository
This commit is contained in:
11
arn/DataLists.go
Normal file
11
arn/DataLists.go
Normal file
@ -0,0 +1,11 @@
|
||||
package arn
|
||||
|
||||
// Option is a selection list item.
|
||||
type Option struct {
|
||||
Value string
|
||||
Label string
|
||||
}
|
||||
|
||||
// DataLists maps an ID to a list of keys and values.
|
||||
// Used for selection lists in UIs.
|
||||
var DataLists = map[string][]*Option{}
|
Reference in New Issue
Block a user