Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserInputString ¶
type UserInputString struct {
UnsafeString string
}
func NewUserInputString ¶
func NewUserInputString(unsafeString string) UserInputString
func (UserInputString) MarshalText ¶
func (s UserInputString) MarshalText() ([]byte, error)
func (UserInputString) TrimSpace ¶
func (s UserInputString) TrimSpace() string
func (*UserInputString) UnmarshalText ¶
func (s *UserInputString) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.