Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Datasource ¶
Types ¶
type BrokerClient ¶
func NewBrokerClient ¶
func NewBrokerClient( ctx context.Context, url, username, password string) (*BrokerClient, error)
func (*BrokerClient) Close ¶
func (c *BrokerClient) Close()
type CoordinatorClient ¶
type CoordinatorClient struct {
*godruid.CoordinatorClient
}
func NewCoordinatorClient ¶
func NewCoordinatorClient( ctx context.Context, url, username, password string) (*CoordinatorClient, error)
func (*CoordinatorClient) Close ¶
func (c *CoordinatorClient) Close()
type OverlordClient ¶
type OverlordClient struct {
*godruid.OverlordClient
}
func NewOverlordClient ¶
func NewOverlordClient( ctx context.Context, url, username, password string) (*OverlordClient, error)
func (*OverlordClient) Close ¶
func (c *OverlordClient) Close()
Click to show internal directories.
Click to hide internal directories.