Documentation
¶
Index ¶
- type APIV1
- func (c *APIV1) CreateAutoFollowReplication(autoFollowPatternName string, body []byte) error
- func (c *APIV1) DeleteAutoFollowReplication(autoFollowPatternName string, body []byte) error
- func (c *APIV1) DeleteRole(roleName string) error
- func (c *APIV1) DeleteUser(username string) error
- func (c *APIV1) GetAutoFollowStats(autoFollowPatternName string) ([]byte, error)
- func (c *APIV1) GetPrivileges() ([]byte, error)
- func (c *APIV1) GetReplicationFollowerStats(followIndex string) ([]byte, error)
- func (c *APIV1) GetReplicationStatus(followIndex string) ([]byte, error)
- func (c *APIV1) GetRole(roleName string) ([]byte, error)
- func (c *APIV1) GetRoles() ([]byte, error)
- func (c *APIV1) GetUser(username string) ([]byte, error)
- func (c *APIV1) GetUsers() ([]byte, error)
- func (c *APIV1) PauseReplication(followIndex string, body []byte) error
- func (c *APIV1) PutRole(roleName string, body []byte) error
- func (c *APIV1) PutUser(username string, body []byte) error
- func (c *APIV1) ResumeReplication(followIndex string, body []byte) error
- func (c *APIV1) StartReplication(followIndex string, body []byte) error
- func (c *APIV1) StopReplication(indexName string, body []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIV1 ¶
type APIV1 struct {
elasticsearch.ESAPIV7_7
}
func (*APIV1) CreateAutoFollowReplication ¶
func (*APIV1) DeleteAutoFollowReplication ¶
func (*APIV1) DeleteRole ¶
func (*APIV1) DeleteUser ¶
func (*APIV1) GetAutoFollowStats ¶
func (*APIV1) GetPrivileges ¶
func (*APIV1) GetReplicationFollowerStats ¶
func (*APIV1) GetReplicationStatus ¶
func (*APIV1) PauseReplication ¶
func (*APIV1) ResumeReplication ¶
func (*APIV1) StartReplication ¶
Click to show internal directories.
Click to hide internal directories.