package discovery
import "github.com/ydb-platform/ydb-go-sdk/v3/internal/discovery"
Index ¶
Variables ¶
Types ¶
type Client ¶
type Client interface { Discover(ctx context.Context) ([]endpoint.Endpoint, error) WhoAmI(ctx context.Context) (*WhoAmI, error) Close(ctx context.Context) error }
func New ¶
func New(conn grpc.ClientConnInterface, endpoint, database string, ssl bool, trace trace.Driver) Client
type WhoAmI ¶
func (WhoAmI) String ¶
Source Files ¶
- Version
- v3.5.0
- Published
- Dec 20, 2021
- Platform
- js/wasm
- Imports
- 12 packages
- Last checked
- 16 minutes ago –
Tools for package owners.