group

package module
v0.0.0-...-8df540d Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2023 License: MIT Imports: 0 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultPosixGroup

type DefaultPosixGroup struct {
	Gid  *uint16 `json:"gid,omitempty"`
	Name *string `json:"name,omitempty"`
}

func (*DefaultPosixGroup) GetGroupID

func (c *DefaultPosixGroup) GetGroupID() *uint16

func (*DefaultPosixGroup) GetGroupName

func (c *DefaultPosixGroup) GetGroupName() *string

func (*DefaultPosixGroup) SetGroupID

func (c *DefaultPosixGroup) SetGroupID(gid *uint16)

func (*DefaultPosixGroup) SetGroupsName

func (c *DefaultPosixGroup) SetGroupsName(group *string)

type Group

type Group interface {
	GetGroupName() *string
	SetGroupsName(*string)
}

type GroupID

type GroupID interface {
	GetGroupID() *uint16
	SetGroupID(*uint16)
}

type PosixGroup

type PosixGroup interface {
	Group
	GroupID
}

Jump to

Keyboard shortcuts

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