Documentation ¶
Overview ¶
Retrieves information about users in the native realm and built-in users.
Index ¶
- Variables
- type GetUser
- func (r GetUser) Do(ctx context.Context) (*http.Response, error)
- func (r *GetUser) Header(key, value string) *GetUser
- func (r *GetUser) HttpRequest(ctx context.Context) (*http.Request, error)
- func (r GetUser) IsSuccess(ctx context.Context) (bool, error)
- func (r *GetUser) Username(v ...string) *GetUser
- type NewGetUser
Constants ¶
This section is empty.
Variables ¶
View Source
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 GetUser ¶
type GetUser struct {
// contains filtered or unexported fields
}
func New ¶
func New(tp elastictransport.Interface) *GetUser
Retrieves information about users in the native realm and built-in users.
https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-user.html
func (*GetUser) HttpRequest ¶
HttpRequest returns the http.Request object built from the given parameters.
type NewGetUser ¶
type NewGetUser func() *GetUser
NewGetUser type alias for index.
func NewGetUserFunc ¶
func NewGetUserFunc(tp elastictransport.Interface) NewGetUser
NewGetUserFunc returns a new instance of GetUser with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.
Click to show internal directories.
Click to hide internal directories.