Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterDetails ¶
type ClusterDetails struct {
Plan util.ClusterPlan `json:"plan"`
}
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
Proxy records an elasticsearch request and its response.
func Instance ¶
func Instance() *Proxy
Instance returns the singleton instance of Logs plugin. Note: Only this function must be used (both within and outside the package) to obtain the instance Logs in order to avoid stateless instances of the plugin.
func (*Proxy) AlternateRoutes ¶
Expose plugin specific routes
func (*Proxy) ESMiddleware ¶
func (p *Proxy) ESMiddleware() []middleware.Middleware
ESMiddleware is a default empty middleware function
func (*Proxy) InitFunc ¶
InitFunc is a part of Plugin interface that gets executed only once, and initializes the dao, i.e. elasticsearch before the plugin is operational.
func (*Proxy) RSMiddleware ¶
func (p *Proxy) RSMiddleware() []middleware.Middleware
RSMiddleware is a default empty middleware function
Source Files
¶
Click to show internal directories.
Click to hide internal directories.