querytranspose

package
v0.0.1-alpha33 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AWSCanonicalAlgorithm    string = "AWSCanonical"
	AWSCloudControlAlgorithm string = "AWSCloudControl"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AWSCanonicalQueryTransposer

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

func (*AWSCanonicalQueryTransposer) Transpose

func (um *AWSCanonicalQueryTransposer) Transpose() (map[string]string, error)

type AWSCloudControlQueryTransposer

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

func (*AWSCloudControlQueryTransposer) Transpose

func (um *AWSCloudControlQueryTransposer) Transpose() (map[string]string, error)

type QueryTransposer

type QueryTransposer interface {
	Transpose() (map[string]string, error)
}

func NewQueryTransposer

func NewQueryTransposer(algorithm string, rawInput []byte, baseKey string) QueryTransposer

Jump to

Keyboard shortcuts

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