Documentation
¶
Index ¶
- type Mapper
- func (m *Mapper) Add(key string, t any) error
- func (m *Mapper) DeleteKey(key string)
- func (m *Mapper) DeleteType(t any)
- func (m *Mapper) Key(t any) (string, bool)
- func (m *Mapper) Keys() []string
- func (m *Mapper) KeysToTypes() map[string]reflect.Type
- func (m *Mapper) Type(key string) (reflect.Type, bool)
- func (m *Mapper) Types() []reflect.Type
- func (m *Mapper) TypesToKeys() map[reflect.Type]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mapper ¶
type Mapper struct {
// contains filtered or unexported fields
}
func (*Mapper) DeleteType ¶
Click to show internal directories.
Click to hide internal directories.