Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnyOrderedMap ¶
type AnyOrderedMap struct {
// contains filtered or unexported fields
}
func NewAnyOrderedMap ¶
func NewAnyOrderedMap() *AnyOrderedMap
func NewAnyOrderedMapWithCapacity ¶ added in v0.2.0
func NewAnyOrderedMapWithCapacity(capacity int) *AnyOrderedMap
func (*AnyOrderedMap) Copy ¶ added in v0.2.0
func (m *AnyOrderedMap) Copy() *AnyOrderedMap
func (AnyOrderedMap) MarshalJSON ¶
func (AnyOrderedMap) SetEscapeHTML ¶
func (m AnyOrderedMap) SetEscapeHTML(on bool)
func (*AnyOrderedMap) UnmarshalJSON ¶
func (m *AnyOrderedMap) UnmarshalJSON(b []byte) error
type AnyOrderedMapSlice ¶ added in v0.5.0
type AnyOrderedMapSlice []any
func (*AnyOrderedMapSlice) UnmarshalJSON ¶ added in v0.5.0
func (s *AnyOrderedMapSlice) UnmarshalJSON(b []byte) error
type TypedOrderedMap ¶
type TypedOrderedMap[V any] struct { // contains filtered or unexported fields }
func NewTypedOrderedMap ¶
func NewTypedOrderedMap[V any]() *TypedOrderedMap[V]
func NewTypedOrderedMapWithCapacity ¶ added in v0.2.0
func NewTypedOrderedMapWithCapacity[V any](capacity int) *TypedOrderedMap[V]
func (*TypedOrderedMap[V]) Copy ¶ added in v0.2.0
func (m *TypedOrderedMap[V]) Copy() *TypedOrderedMap[V]
func (TypedOrderedMap) MarshalJSON ¶
func (TypedOrderedMap) SetEscapeHTML ¶
func (m TypedOrderedMap) SetEscapeHTML(on bool)
func (*TypedOrderedMap[V]) UnmarshalJSON ¶
func (m *TypedOrderedMap[V]) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.