unsafe

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: MIT Imports: 0 Imported by: 2

Documentation

Overview

Package unsafe provides methods and types that loosen the native protections of the Kusto package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stmt

type Stmt struct {
	// Adds indicates if a Stmt is allowed to use Unsafe.Add().
	// This removes SQL-like injection attack prevention.
	Add bool
	// SuppressWarning allows the Unsafe warning log message to be suppressed for this Stmt.
	SuppressWarning bool
}

Stmt can be used in optional arguments to kusto.NewStmt() to allow the use of unsafe methods on that object.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL