userprint

package
v6.16.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2016 License: Apache-2.0 Imports: 5 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewOrgUsersPluginPrinter

func NewOrgUsersPluginPrinter(
	pluginModel *[]plugin_models.GetOrgUsers_Model,
	userLister func(guid string, role string) ([]models.UserFields, error),
	roles []string,
) *pluginPrinter

func NewSpaceUsersPluginPrinter

func NewSpaceUsersPluginPrinter(
	pluginModel *[]plugin_models.GetSpaceUsers_Model,
	userLister func(guid string, role string) ([]models.UserFields, error),
	roles []string,
) *pluginPrinter

Types

type OrgUsersUiPrinter

type OrgUsersUiPrinter struct {
	Roles            []string
	RoleDisplayNames map[string]string
	UserLister       func(orgGuid string, role string) ([]models.UserFields, error)
	Ui               terminal.UI
}

func (*OrgUsersUiPrinter) PrintUsers

func (p *OrgUsersUiPrinter) PrintUsers(guid string, username string)

type SpaceUsersUiPrinter

type SpaceUsersUiPrinter struct {
	Ui               terminal.UI
	UserLister       func(spaceGuid string, role string) ([]models.UserFields, error)
	Roles            []string
	RoleDisplayNames map[string]string
}

func (*SpaceUsersUiPrinter) PrintUsers

func (p *SpaceUsersUiPrinter) PrintUsers(guid string, username string)

type UserPrinter

type UserPrinter interface {
	PrintUsers(guid string, username string)
}

Jump to

Keyboard shortcuts

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