package helpers

import "github.com/ydb-platform/ydb-go-sdk/v3/internal/scheme/helpers"

Index

Functions

func IsDirectoryExists

func IsDirectoryExists(ctx context.Context, c schemeClient, directory string) (
	exists bool, _ error,
)

func IsEntryExists

func IsEntryExists(ctx context.Context, c schemeClient, absPath string, entryTypes ...scheme.EntryType) (
	exists bool, _ error,
)

Source Files

check_exists.go

Version
v3.54.2
Published
Nov 10, 2023
Platform
linux/amd64
Imports
6 packages
Last checked
1 minute ago

Tools for package owners.