Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
ListShards(context.Context, ListShardsRequest) (ListShardsResponse, error)
}
type ListShardsIndexAndShard ¶
type ListShardsRequest ¶
type ListShardsRequest struct {
Index string
}
type ListShardsResponse ¶
type ListShardsResponse []ListShardsIndexAndShard
Click to show internal directories.
Click to hide internal directories.