usershim

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2021 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Overview

This file was generated by counterfeiter with command: counterfeiter -p os/user

This file was generated by counterfeiter with command: counterfeiter -p os/user

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User interface {
	Current() (*user.User, error)
	Lookup(username string) (*user.User, error)
	LookupId(uid string) (*user.User, error)
	LookupGroup(name string) (*user.Group, error)
	LookupGroupId(gid string) (*user.Group, error)
}

type UserShim

type UserShim struct{}

func (*UserShim) Current

func (sh *UserShim) Current() (*user.User, error)

func (*UserShim) Lookup

func (sh *UserShim) Lookup(username string) (*user.User, error)

func (*UserShim) LookupGroup

func (sh *UserShim) LookupGroup(name string) (*user.Group, error)

func (*UserShim) LookupGroupId

func (sh *UserShim) LookupGroupId(gid string) (*user.Group, error)

func (*UserShim) LookupId

func (sh *UserShim) LookupId(uid string) (*user.User, error)

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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