Documentation ¶
Index ¶
- Variables
- func ExportDriverConfig(ctx context.Context, flag *flag.FlagSet) func(Parameters) *ydb.DriverConfig
- func ExportSessionPool(flag *flag.FlagSet) func() *table.SessionPool
- func ExportTLSConfig(flag *flag.FlagSet) func() *tls.Config
- func ExportTableClient(flag *flag.FlagSet) func() *table.Client
- func Run(cmd Command)
- type Command
- type CommandFunc
- type Parameters
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPrintUsage = fmt.Errorf("")
Functions ¶
func ExportDriverConfig ¶
func ExportDriverConfig(ctx context.Context, flag *flag.FlagSet) func(Parameters) *ydb.DriverConfig
func ExportSessionPool ¶
func ExportSessionPool(flag *flag.FlagSet) func() *table.SessionPool
Types ¶
type CommandFunc ¶
type CommandFunc func(context.Context, Parameters) error
func (CommandFunc) ExportFlags ¶
func (f CommandFunc) ExportFlags(context.Context, *flag.FlagSet)
func (CommandFunc) Run ¶
func (f CommandFunc) Run(ctx context.Context, params Parameters) error
Click to show internal directories.
Click to hide internal directories.