database

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthHeaderTransport

type AuthHeaderTransport struct {
	Transport http.RoundTripper
	Token     string
}

func (AuthHeaderTransport) RoundTrip

func (adt AuthHeaderTransport) RoundTrip(req *http.Request) (*http.Response, error)

type DBConnectionParams

type DBConnectionParams struct {
	User     string
	Password string
	Name     string
	Host     string
	Port     string
	Params   string
	URI      string
}

func (*DBConnectionParams) GetClickHouseDSN added in v1.4.0

func (p *DBConnectionParams) GetClickHouseDSN() (string, error)

func (*DBConnectionParams) GetDSN

func (p *DBConnectionParams) GetDSN() (string, error)

type GraphqlClientParams

type GraphqlClientParams struct {
	Host  string
	Token string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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