 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tagger ¶
type Tagger interface {
	TagDefault() error
}
    Tagger is the interface implemented by types that can marshal themselves into valid JSON.
type TaggerError ¶
func (*TaggerError) Error ¶
func (e *TaggerError) Error() string
type UnsupportedTypeError ¶
An UnsupportedTypeError is returned by Marshal when attempting to handle an unsupported structTag type.
func (*UnsupportedTypeError) Error ¶
func (e *UnsupportedTypeError) Error() string
type UnsupportedValueError ¶
func (*UnsupportedValueError) Error ¶
func (e *UnsupportedValueError) Error() string
 Click to show internal directories. 
   Click to hide internal directories.