database

package
v0.2.10 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2021 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 added in v0.2.2

type AuthHeaderTransport struct {
	Transport http.RoundTripper
	Token     string
}

func (AuthHeaderTransport) RoundTrip added in v0.2.2

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
	URI      string
}

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