Documentation
¶
Index ¶
- func Ignored(key string) bool
- type List
- func (l *List) Exist(name string) bool
- func (l *List) Get(name string) interface{}
- func (l *List) GetDate() string
- func (l *List) GetItems() map[string]interface{}
- func (l *List) Set(variables map[string]interface{})
- func (l *List) SetDate(date string) bool
- func (l *List) Update(name string, value interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type List ¶
type List struct {
// This variable is the start value to create each combination related
// by date.
CurrentTime time.Time
// Variables to use in the template.
Items map[string]interface{}
// contains filtered or unexported fields
}
Items is a collection of map:
Click to show internal directories.
Click to hide internal directories.