github.com/elopio/cli@v6.21.2-0.20160902224010-ea909d1fdb2f+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 }