Documentation
¶
Index ¶
- Variables
- type MyString
- func (t MyString) MarshalJSON() ([]byte, error)
- func (t MyString) MarshalYAML() (interface{}, error)
- func (t *MyString) Scan(value interface{}) error
- func (t MyString) String() string
- func (t *MyString) UnmarshalJSON(data []byte) error
- func (t *MyString) UnmarshalYAML(unmarshal func(interface{}) error) error
- func (t MyString) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type MyString ¶
type MyString string
func (MyString) MarshalJSON ¶ added in v1.0.16
func (MyString) MarshalYAML ¶ added in v1.0.16
func (*MyString) UnmarshalJSON ¶ added in v1.0.16
func (*MyString) UnmarshalYAML ¶ added in v1.0.16
Click to show internal directories.
Click to hide internal directories.