Documentation
¶
Index ¶
Constants ¶
View Source
const ( NA = "-" IN_LINE_BUILDER = "<in-line>" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlainOutput ¶
type PlainOutput struct {
// contains filtered or unexported fields
}
func NewPlainOutput ¶
func NewPlainOutput(options ...PlainOutputOptionsFunc) *PlainOutput
func (*PlainOutput) Options ¶
func (o *PlainOutput) Options(opts ...PlainOutputOptionsFunc)
Options configure the service
type PlainOutputOptionsFunc ¶
type PlainOutputOptionsFunc func(*PlainOutput)
PlainOutputOptionsFunc is a function used to configure the service
func WithReferenceName ¶
func WithReferenceName(ref repository.ImageReferenceNamer) PlainOutputOptionsFunc
func WithWriter ¶
func WithWriter(w repository.ImagesPlainPrinter) PlainOutputOptionsFunc
Click to show internal directories.
Click to hide internal directories.