Documentation ¶
Index ¶
- Variables
- type Dict
- func (d Dict) AsShallowMap() map[string]any
- func (d Dict) AsString(assigner, separator string) string
- func (d Dict) AsURLParameters() string
- func (d Dict) Copy() Dict
- func (d Dict) Dump()
- func (d Dict) GetItems() Items
- func (d Dict) Join(equal, sep string) string
- func (d Dict) Keys() []string
- func (d *Dict) MergeIn(in Dict)
- func (d Dict) RemoveAll()
- func (d *Dict) Scan(val any) error
- func (d Dict) SortedKeys() []string
- func (d Dict) ToStruct(structPtr any)
- func (d Dict) ToURLValues() url.Values
- func (d Dict) URL(prefix string) string
- func (d Dict) Value() (driver.Value, error)
- func (d Dict) Values() []any
- func (d Dict) WriteTabulated(w io.Writer)
- type Item
- type ItemGetter
- type Items
- func (d *Items) Add(name string, value any)
- func (d *Items) AddAtStart(name string, value any)
- func (d Items) Count() int
- func (i *Items) Empty()
- func (items Items) Equal(to Items) bool
- func (d Items) FindName(name string) *Item
- func (d Items) FindValue(v any) *Item
- func (d Items) GetItem(i int) (id, name string, value any)
- func (d *Items) RemoveAll()
- type ItemsGetter
Constants ¶
This section is empty.
Variables ¶
View Source
var AssertFunc func(success bool, parts ...any)
Functions ¶
This section is empty.
Types ¶
type Dict ¶
func FromShallowMap ¶
func FromString ¶
func FromStruct ¶
func FromURLValues ¶
func (Dict) AsShallowMap ¶
func (Dict) AsURLParameters ¶
func (Dict) SortedKeys ¶
func (Dict) ToURLValues ¶
func (Dict) WriteTabulated ¶
type ItemGetter ¶
type ItemGetter interface {
GetItem() Item
}
type Items ¶
type Items []Item
func ItemsFromRowGetterSlice ¶
func (*Items) AddAtStart ¶
type ItemsGetter ¶
type ItemsGetter interface {
GetItems() Items
}
Click to show internal directories.
Click to hide internal directories.