Documentation
¶
Overview ¶
Package connectionscheme https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/watcher/_types/Input.ts#L40-L43
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Http = ConnectionScheme{"http"} Https = ConnectionScheme{"https"} )
Functions ¶
This section is empty.
Types ¶
type ConnectionScheme ¶
type ConnectionScheme struct {
// contains filtered or unexported fields
}
func (ConnectionScheme) MarshalText ¶
func (c ConnectionScheme) MarshalText() (text []byte, err error)
func (ConnectionScheme) String ¶
func (c ConnectionScheme) String() string
func (*ConnectionScheme) UnmarshalText ¶
func (c *ConnectionScheme) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.