Documentation ¶
Overview ¶
Retrieves usage information about the installed X-Pack features.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ErrBuildPath = errors.New("cannot build path, check for missing path parameters")
ErrBuildPath is returned in case of missing parameters within the build of the request.
Functions ¶
This section is empty.
Types ¶
type NewUsage ¶
type NewUsage func() *Usage
NewUsage type alias for index.
func NewUsageFunc ¶
func NewUsageFunc(tp elastictransport.Interface) NewUsage
NewUsageFunc returns a new instance of Usage with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.
type Usage ¶
type Usage struct {
// contains filtered or unexported fields
}
func New ¶
func New(tp elastictransport.Interface) *Usage
Retrieves usage information about the installed X-Pack features.
https://www.elastic.co/guide/en/elasticsearch/reference/current/usage-api.html
func (*Usage) HttpRequest ¶
HttpRequest returns the http.Request object built from the given parameters.
func (Usage) IsSuccess ¶
IsSuccess allows to run a query with a context and retrieve the result as a boolean. This only exists for endpoints without a request payload and allows for quick control flow.
func (*Usage) MasterTimeout ¶
MasterTimeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. API name: master_timeout