Documentation
¶
Overview ¶
Package scriptlanguage https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/_types/Scripting.ts#L24-L33
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 {
// contains filtered or unexported fields
}
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.