builders

package
v1.1.22 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PublisherBuilder

type PublisherBuilder interface {
	// Publisher returns the constructed Publisher instance
	Publisher() publish.Publisher
	// Close Publisher and all associated resources
	Close() error
	// CloseWarn is like Close, but logs error instead of returning it (suitable for use in defer)
	CloseWarn()
}

PublisherBuilder is an interface for constructing a publisher for a given thelma app

func Publisher

func Publisher(app app.ThelmaApp, bucketName string, dryRun bool) (PublisherBuilder, error)

Jump to

Keyboard shortcuts

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