Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociatedDistributionsPresenter ¶
type AssociatedDistributionsPresenter struct {
// contains filtered or unexported fields
}
func NewAssociatedDistributionsPresenter ¶
func NewAssociatedDistributionsPresenter(out io.Writer, opts ...NewAssociatedDistributionsPresenterOption) *AssociatedDistributionsPresenter
func (*AssociatedDistributionsPresenter) PresentAssociatedDistributions ¶
func (p *AssociatedDistributionsPresenter) PresentAssociatedDistributions(associations []frontier.FunctionAssociation)
type NewAssociatedDistributionsPresenterOption ¶
type NewAssociatedDistributionsPresenterOption interface {
// contains filtered or unexported methods
}
func Pretty ¶
func Pretty(pretty bool) NewAssociatedDistributionsPresenterOption
Click to show internal directories.
Click to hide internal directories.