github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+incompatible/api/cloudcontroller/ccv3/included_users.go (about) 1 package ccv3 2 3 import "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" 4 5 // IncludedUsers represent a set of users included on an API response. 6 type IncludedUsers map[constant.IncludedType]User