MCPcopy Create free account
hub / github.com/coder/envbuilder / userInfo

Struct userInfo

envbuilder.go:1369–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1367}
1368
1369type userInfo struct {
1370 uid int
1371 gid int
1372 user *user.User
1373}
1374
1375func getUser(username string) (userInfo, error) {
1376 user, err := findUser(username)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected