github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+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 }