| 3 | import "code.cloudfoundry.org/cli/v8/cf/models" |
| 4 | |
| 5 | type UserResource struct { |
| 6 | Resource |
| 7 | Entity UserEntity |
| 8 | } |
| 9 | |
| 10 | type UserEntity struct { |
| 11 | Name string `json:"username,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected