Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasIndicesWithNoReplica ¶
func HasIndicesWithNoReplica(service *OsClusterClient) (bool, error)
func MainPage ¶
func MainPage(client *opensearch.Client) (responses.MainResponse, error)
Types ¶
type OsClusterClient ¶
type OsClusterClient struct { MainPage responses.MainResponse // contains filtered or unexported fields }
func NewOsClusterClient ¶
func NewOsClusterClient(config opensearch.Config) (*OsClusterClient, error)
func (*OsClusterClient) CatIndices ¶
func (client *OsClusterClient) CatIndices() ([]responses.CatIndicesResponse, error)
func (*OsClusterClient) CatNodes ¶
func (client *OsClusterClient) CatNodes() (responses.CatNodesResponse, error)
func (*OsClusterClient) NodesStats ¶
func (client *OsClusterClient) NodesStats() (responses.NodesStatsResponse, error)
Click to show internal directories.
Click to hide internal directories.