Home
last modified time | relevance | path

Searched defs:XPackSecurityPutRoleService (Results 1 – 5 of 5) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dxpack_security_put_role.go20 type XPackSecurityPutRoleService struct { struct
21 client *Client
23 pretty *bool // pretty format the returned JSON response
24 human *bool // return human readable values for statistics
25 errorTrace *bool // include the stack trace of returned errors
26 filterPath []string // list of filters used to reduce the response
27 headers http.Header // custom request-level HTTP headers
29 name string
30 body interface{}
93 func (s *XPackSecurityPutRoleService) buildURL() (string, url.Values, error) {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dxpack_security_put_role.go20 type XPackSecurityPutRoleService struct { struct
21 client *Client
23 pretty *bool // pretty format the returned JSON response
24 human *bool // return human readable values for statistics
25 errorTrace *bool // include the stack trace of returned errors
26 filterPath []string // list of filters used to reduce the response
27 headers http.Header // custom request-level HTTP headers
29 name string
30 body interface{}
93 func (s *XPackSecurityPutRoleService) buildURL() (string, url.Values, error) {
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dxpack_security_put_role.go20 type XPackSecurityPutRoleService struct { struct
21 client *Client
23 pretty *bool // pretty format the returned JSON response
24 human *bool // return human readable values for statistics
25 errorTrace *bool // include the stack trace of returned errors
26 filterPath []string // list of filters used to reduce the response
27 headers http.Header // custom request-level HTTP headers
29 name string
30 body interface{}
93 func (s *XPackSecurityPutRoleService) buildURL() (string, url.Values, error) {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dxpack_security_put_role.go20 type XPackSecurityPutRoleService struct { struct
21 client *Client
23 pretty *bool // pretty format the returned JSON response
24 human *bool // return human readable values for statistics
25 errorTrace *bool // include the stack trace of returned errors
26 filterPath []string // list of filters used to reduce the response
27 headers http.Header // custom request-level HTTP headers
29 name string
30 body interface{}
93 func (s *XPackSecurityPutRoleService) buildURL() (string, url.Values, error) {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dxpack_security_put_role.go18 type XPackSecurityPutRoleService struct { struct
19 client *Client
20 pretty bool
21 name string
22 body interface{}
33 func (s *XPackSecurityPutRoleService) Name(name string) *XPackSecurityPutRoleService {
39 func (s *XPackSecurityPutRoleService) Pretty(pretty bool) *XPackSecurityPutRoleService {
45 func (s *XPackSecurityPutRoleService) Body(body interface{}) *XPackSecurityPutRoleService {
51 func (s *XPackSecurityPutRoleService) buildURL() (string, url.Values, error) {
69 func (s *XPackSecurityPutRoleService) Validate() error {
[all …]