users

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetUserID

func GetUserID(git UserClient, username string) (*int, error)

GetUserID gets Gitlab userID by Gitlab username

Types

type UserClient

type UserClient interface {
	ListUsers(opt *gitlab.ListUsersOptions, options ...gitlab.RequestOptionFunc) ([]*gitlab.User, *gitlab.Response, error)
}

UserClient defines Gitlab User service operations

func NewUserClient

func NewUserClient(cfg clients.Config) UserClient

NewUserClient returns a new Gitlab User service

Jump to

Keyboard shortcuts

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