entrypoint

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2020 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBConnectInfo

type DBConnectInfo struct {
	Driver   string
	UserName string
	Password string
	Host     string
	DBName   string
	Port     int64
}

func (DBConnectInfo) DSN

func (connInfo DBConnectInfo) DSN() string

type Entrypoint

type Entrypoint struct{}

func (Entrypoint) Start

type EventDetail

type EventDetail struct {
	SourceIdentifier string
}

type ParamsCreateUser

type ParamsCreateUser struct {
	DBName   string
	UserName string
	Password string
}

type RDSService

type RDSService interface {
	ModifyDBClusterWithContext(ctx aws.Context, input *rds.ModifyDBClusterInput, opts ...request.Option) (*rds.ModifyDBClusterOutput, error)
	DescribeDBClustersWithContext(ctx aws.Context, input *rds.DescribeDBClustersInput, opts ...request.Option) (*rds.DescribeDBClustersOutput, error)
}

Jump to

Keyboard shortcuts

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