postgresql

package
v1.14.5 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: MPL-2.0 Imports: 15 Imported by: 77

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// ReportedVersion is used to report a specific version to Vault.
	ReportedVersion = ""
)

Functions

func New

func New() (interface{}, error)

Types

type PostgreSQL

type PostgreSQL struct {
	*connutil.SQLConnectionProducer
	// contains filtered or unexported fields
}

func (*PostgreSQL) DeleteUser added in v1.6.0

func (p *PostgreSQL) DeleteUser(ctx context.Context, req dbplugin.DeleteUserRequest) (dbplugin.DeleteUserResponse, error)

func (*PostgreSQL) Initialize added in v1.6.0

func (p *PostgreSQL) Initialize(ctx context.Context, req dbplugin.InitializeRequest) (dbplugin.InitializeResponse, error)

func (*PostgreSQL) NewUser added in v1.6.0

func (p *PostgreSQL) NewUser(ctx context.Context, req dbplugin.NewUserRequest) (dbplugin.NewUserResponse, error)

func (*PostgreSQL) PluginVersion added in v1.12.0

func (p *PostgreSQL) PluginVersion() logical.PluginVersion

func (*PostgreSQL) Type

func (p *PostgreSQL) Type() (string, error)

func (*PostgreSQL) UpdateUser added in v1.6.0

func (p *PostgreSQL) UpdateUser(ctx context.Context, req dbplugin.UpdateUserRequest) (dbplugin.UpdateUserResponse, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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