Documentation
¶
Index ¶
- type Cluster
- func (c *Cluster) Prepare() (err error)
- func (c *Cluster) PushClient() pushv1connect.PusherServiceClient
- func (c *Cluster) QueryClient() querierv1connect.QuerierServiceClient
- func (c *Cluster) Start(ctx context.Context) (err error)
- func (c *Cluster) Stop() func(context.Context) error
- func (c *Cluster) Wait()
- type Component
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { Components []*Component // contains filtered or unexported fields }
func NewMicroServiceCluster ¶
func NewMicroServiceCluster() *Cluster
func (*Cluster) PushClient ¶
func (c *Cluster) PushClient() pushv1connect.PusherServiceClient
func (*Cluster) QueryClient ¶
func (c *Cluster) QueryClient() querierv1connect.QuerierServiceClient
Click to show internal directories.
Click to hide internal directories.