github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+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 }