MCPcopy Index your code
hub / github.com/cloudfoundry/cli / pluginPrinter

Struct pluginPrinter

cf/actors/userprint/plugin.go:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type pluginPrinter struct {
9 roles []models.Role
10 userLister func(spaceGUID string, role models.Role) ([]models.UserFields, error)
11 users userCollection
12 printer func([]userWithRoles)
13}
14
15type userCollection map[string]userWithRoles
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected