linux

package
v0.0.0-...-9698ad7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	// contains filtered or unexported fields
}

User - struct that extends os/user struct with shell param

func NewUser

func NewUser(name, gid string, groups []string, shell string) User

NewUser - creates new User

func (*User) Gid

func (user *User) Gid() string

Gid - return user gid

func (*User) Groups

func (user *User) Groups() []string

Groups - return user groups

func (*User) Name

func (user *User) Name() string

Name - return user's name

func (*User) Shell

func (user *User) Shell() string

Shell - return user shell

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL