validators

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DatabaseNameValidators = []tfsdk.AttributeValidator{
	sqlIdentifierValidator{},
	stringLengthValidator{1, 128},
}
View Source
var LoginNameValidators = []tfsdk.AttributeValidator{
	sqlIdentifierValidator{},
}
View Source
var SchemaNameValidators = []tfsdk.AttributeValidator{
	stringLengthValidator{Min: 1, Max: 128},
}
View Source
var UserNameValidators = []tfsdk.AttributeValidator{
	stringLengthValidator{Min: 1, Max: 128},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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