Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { metastorepb.MetastoreServiceClient // contains filtered or unexported fields }
func New ¶
func New(config Config, r prometheus.Registerer) (c *Client, err error)
type Config ¶
type Config struct { MetastoreAddress string `yaml:"address"` GRPCClientConfig grpcclient.Config `yaml:"grpc_client_config" doc:"description=Configures the gRPC client used to communicate with the metastore."` }
func (*Config) RegisterFlags ¶
Click to show internal directories.
Click to hide internal directories.