facade

package
v0.0.0-...-0117b6e Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 8 Imported by: 5

Documentation

Overview

This package returns the means of creating an object of type facade

This interface is created manally based on the ssmiface.SSMAPI. In order to keep in one place the only APIs needed for birdwatcher.

This package returns the means of creating an object of type facade

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BirdwatcherFacade

BirdwatcherFacade is the interface type for ssmiface.SSMAPI

func NewBirdwatcherFacade

func NewBirdwatcherFacade(context context.T) BirdwatcherFacade

type FacadeStub

type FacadeStub struct {
	GetManifestInput  *ssm.GetManifestInput
	GetManifestOutput *ssm.GetManifestOutput
	GetManifestError  error

	PutConfigurePackageResultInput  *ssm.PutConfigurePackageResultInput
	PutConfigurePackageResultOutput *ssm.PutConfigurePackageResultOutput
	PutConfigurePackageResultError  error

	GetDocumentInput  *ssm.GetDocumentInput
	GetDocumentOutput *ssm.GetDocumentOutput
	GetDocumentError  error

	DescribeDocumentInput  *ssm.DescribeDocumentInput
	DescribeDocumentOutput *ssm.DescribeDocumentOutput
	DescribeDocumentError  error
}

FacadeStub

func (*FacadeStub) DescribeDocument

func (m *FacadeStub) DescribeDocument(input *ssm.DescribeDocumentInput) (*ssm.DescribeDocumentOutput, error)

func (*FacadeStub) DescribeDocumentRequest

func (m *FacadeStub) DescribeDocumentRequest(*ssm.DescribeDocumentInput) (*request.Request, *ssm.DescribeDocumentOutput)

func (*FacadeStub) GetDocument

func (m *FacadeStub) GetDocument(input *ssm.GetDocumentInput) (*ssm.GetDocumentOutput, error)

func (*FacadeStub) GetDocumentRequest

func (m *FacadeStub) GetDocumentRequest(*ssm.GetDocumentInput) (*request.Request, *ssm.GetDocumentOutput)

func (*FacadeStub) GetManifest

func (m *FacadeStub) GetManifest(input *ssm.GetManifestInput) (*ssm.GetManifestOutput, error)

func (*FacadeStub) GetManifestRequest

func (m *FacadeStub) GetManifestRequest(*ssm.GetManifestInput) (*request.Request, *ssm.GetManifestOutput)

func (*FacadeStub) PutConfigurePackageResult

func (m *FacadeStub) PutConfigurePackageResult(input *ssm.PutConfigurePackageResultInput) (*ssm.PutConfigurePackageResultOutput, error)

Directories

Path Synopsis
Code generated by mockery v1.0.0
Code generated by mockery v1.0.0
Package retryer overrides the default ssm retryer delay logic to suit GetManifest, DescribeDocument and GetDocument
Package retryer overrides the default ssm retryer delay logic to suit GetManifest, DescribeDocument and GetDocument

Jump to

Keyboard shortcuts

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