Documentation ¶
Overview ¶
Package scriptlanguage
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Painless = ScriptLanguage{"painless"} Expression = ScriptLanguage{"expression"} Mustache = ScriptLanguage{"mustache"} Java = ScriptLanguage{"java"} )
Functions ¶
This section is empty.
Types ¶
type ScriptLanguage ¶
type ScriptLanguage struct {
Name string
}
func (ScriptLanguage) MarshalText ¶
func (s ScriptLanguage) MarshalText() (text []byte, err error)
func (ScriptLanguage) String ¶
func (s ScriptLanguage) String() string
func (*ScriptLanguage) UnmarshalText ¶
func (s *ScriptLanguage) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.