Versions in this module Expand all Collapse all v0 v0.2.1 May 24, 2022 Changes in this version + type State struct + Data T + func (s *State[T]) Scan(value interface{}) error + func (s State[T]) Value() (driver.Value, error) v0.1.1 May 24, 2022 Changes in this version + type ConfigMap map[string]interface + func (m *ConfigMap) Scan(value interface{}) error + func (m ConfigMap) Value() (driver.Value, error) + type Item struct + Key string + Transformed bool + Type string + Value interface{}