raw

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Actions

type Actions struct {
	Client builder.Client
}

func (Actions) ExecuteRaw added in v0.0.6

func (r Actions) ExecuteRaw(query string, params ...interface{}) ExecuteExec

func (Actions) QueryRaw added in v0.0.6

func (r Actions) QueryRaw(query string, params ...interface{}) QueryExec

type ExecuteExec added in v0.0.6

type ExecuteExec struct {
	// contains filtered or unexported fields
}

func (ExecuteExec) Exec added in v0.0.6

func (r ExecuteExec) Exec(ctx context.Context) (int, error)

type ExecuteResult added in v0.0.6

type ExecuteResult struct {
	ExecuteRaw int `json:"executeRaw"`
}

type QueryExec added in v0.0.6

type QueryExec struct {
	// contains filtered or unexported fields
}

func (QueryExec) Exec added in v0.0.6

func (r QueryExec) Exec(ctx context.Context, into interface{}) error

type QueryResult added in v0.0.6

type QueryResult struct {
	QueryRaw json.RawMessage `json:"queryRaw"`
}

Jump to

Keyboard shortcuts

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