security

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionInfo

type ConnectionInfo struct {
	SourceType string
	Host       string
	Port       int
	Database   string
	Username   string
	Password   string
	Table      string
}

func ParseConnectionString

func ParseConnectionString(connStr string) (*ConnectionInfo, error)

func (*ConnectionInfo) Clear

func (c *ConnectionInfo) Clear()

func (*ConnectionInfo) ToDSN

func (c *ConnectionInfo) ToDSN() string

Jump to

Keyboard shortcuts

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