Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringString ¶
type StringString struct {
// contains filtered or unexported fields
}
stores as a json text in database always not null
func NewMapSS ¶
func NewMapSS(m map[string]string) *StringString
func (*StringString) MarshalJSON ¶
func (mss *StringString) MarshalJSON() ([]byte, error)
func (*StringString) Scan ¶
func (mss *StringString) Scan(value interface{}) error
Scan implements the Scanner interface.
func (*StringString) UnmarshalJSON ¶
func (mss *StringString) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.