Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TreeOutput ¶
type TreeOutput struct {
// contains filtered or unexported fields
}
func NewTreeOutput ¶
func NewTreeOutput(options ...TreeOutputOptionsFunc) *TreeOutput
func (*TreeOutput) Options ¶
func (o *TreeOutput) Options(opts ...TreeOutputOptionsFunc)
Options configure the service
type TreeOutputOptionsFunc ¶
type TreeOutputOptionsFunc func(*TreeOutput)
TreeOutputOptionsFunc is a function used to configure the service
func WithGraph ¶
func WithGraph(g Grapher) TreeOutputOptionsFunc
func WithReferenceName ¶
func WithReferenceName(ref repository.ImageReferenceNamer) TreeOutputOptionsFunc
func WithWriter ¶
func WithWriter(w io.Writer) TreeOutputOptionsFunc
Click to show internal directories.
Click to hide internal directories.