Documentation ¶
Overview ¶
Package noridecompoundmode
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Discard = NoriDecompoundMode{"discard"} None = NoriDecompoundMode{"none"} Mixed = NoriDecompoundMode{"mixed"} )
Functions ¶
This section is empty.
Types ¶
type NoriDecompoundMode ¶
type NoriDecompoundMode struct {
Name string
}
func (NoriDecompoundMode) MarshalText ¶
func (n NoriDecompoundMode) MarshalText() (text []byte, err error)
func (NoriDecompoundMode) String ¶
func (n NoriDecompoundMode) String() string
func (*NoriDecompoundMode) UnmarshalText ¶
func (n *NoriDecompoundMode) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.