github.com/jghiloni/cli@v6.28.1-0.20170628223758-0ce05fe032a2+incompatible/cf/actors/userprint/userprint.go (about) 1 package userprint 2 3 //go:generate counterfeiter . UserPrinter 4 5 type UserPrinter interface { 6 PrintUsers(guid string, username string) 7 }