client

package
v1.0.350 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package client creates AWS service like AWS Signer client required by plugin.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAWSSigner

func NewAWSSigner(ctx context.Context, pluginConfig map[string]string) (*signer.Client, error)

NewAWSSigner creates new AWS Signer client from given pluginConfig

Types

type Interface

type Interface interface {
	SignPayload(ctx context.Context, params *signer.SignPayloadInput, optFns ...func(*signer.Options)) (*signer.SignPayloadOutput, error)
	GetRevocationStatus(ctx context.Context, params *signer.GetRevocationStatusInput, optFns ...func(*signer.Options)) (*signer.GetRevocationStatusOutput, error)
}

Interface facilitates unit testing

Jump to

Keyboard shortcuts

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